Seems like this is a class custom error message. Look at the documentation or support forum if they have one.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
$graph =& new PHPlot(200,150);
has been deprecated, try:
$graph = new PHPlot(200,150);
The error message, I think is a browser error message. Try disabling output buffering for now to see if it works. http://muzso.hu/2008/02/19/php-output-buffering
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080