Call to undefined function

Call to undefined function

by Patt Emmawat -
Number of replies: 3

Fatal error: Call to undefined function: imagettfbbox() in /var/www/html/vc/lib/graphlib.php on line 1320

What is function imagettfbbox ?

Function in PHP or Function in moodel?

If function in model,where function define?

If funtion in PHP what version of PHP,GD?

Thank

Average of ratings: -
In reply to Patt Emmawat

Re: Call to undefined function

by Gustav W Delius -
See http://uk2.php.net/manual/en/function.imagettfbbox.php. Defined in PHP from version 3.0.1 onwards.
In reply to Gustav W Delius

Re: Call to undefined function

by Patt Emmawat -

I use PHP 4.3.2 and GD-2.0.11

But problem is occure.

In reply to Patt Emmawat

Re: Call to undefined function

by Gustav W Delius -

Perhaps you are missing the FreeType library? In the PHP documentation it says:

"This function requires both the GD library and the FreeType library. "