PDA

View Full Version : Error when using Graphs


peter_milburn
29-09-2005, 07:04
I am using the latest alpha version of zabbix trying to fix my issue of generating graphs.

I am running Redhat 9.0 with apache php compiled manually with gd support

I am getting the following errors

PHP Warning: imageline(): supplied argument is not a valid Image resource in /usr/local/zabbix/web/chart_diff.php on line 185
[Thu Sep 29 15:00:14 2005] [error] PHP Warning: imagestring(): supplied argument is not a valid Image resource in /usr/local/zabbix/web/chart_diff.php on line 200

Thanks,

Pete

elkor
29-09-2005, 14:00
I looked at that code in the frontend and nothing is *obviously* wrong. perhaps some context as to how you are encountering this error, what were you trying to graph, and where this message is being displayed would help.

also of note: this particular module does not exist in the 1.1beta1 frontend so there may have been issues with it and upgrading to the beta1 version may fix your problem