Pear image graph

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
fird01
Forum Newbie
Posts: 19
Joined: Mon Apr 07, 2008 11:04 pm

Pear image graph

Post 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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Pear image graph

Post by Benjamin »

Seems like the selected font is missing or a path is incorrect.
Post Reply