I have gotten JPGraph to work if I suppress the output of errors. I am using
the example of backgroundex02.php.
If I add the line "error_reporting(0);" at the top, I get the graph, if I
remove it...I get the following error;

"
Warning: Use of undefined constant LC_TIME - assumed 'LC_TIME' in
../jpgraph.php on line 474

Warning: Use of undefined constant LC_TIME - assumed 'LC_TIME' in
../jpgraph.php on line 475

Warning: Use of undefined constant LC_TIME - assumed 'LC_TIME' in
../jpgraph.php on line 495

Warning: Cannot add header information - headers already sent by (output
started at ../jpgraph.php:474) in ../jpgraph.php on line 4257
?PNG

"

I assume this is a variable for Local Time, but I don't know where to set
it. Can anyone help me please.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to