Page 1 of 1

Pear image graph

Posted: Mon Feb 22, 2010 7:26 pm
by fird01
Im trying to use this image_graph pear library.
http://pear.php.net/package/Image_Graph/download

however after finish installing the library this error come out

Code: Select all

 
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1374
 
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1378
 
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1382
 
Warning: Division by zero in /usr/share/php/Image/Canvas/GD.php on line 1386
 
Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1418
 
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /usr/share/php/Image/Canvas/GD.php on line 1494
 
Fatal error: Call to undefined function ImageAntialias() in /usr/share/php/Image/Canvas/GD.php on line 1695
 
im running apache2 on debian lenny
PHP 5.2.6-1+lenny6 with Suhosin-Patch 0.9.6.2

Re: Pear image graph

Posted: Mon Feb 22, 2010 10:24 pm
by Benjamin
Seems like the selected font is missing or a path is incorrect.