Posted by Janwillem Borleffs on 10/01/05 23:12
BN wrote:
> I got this error:
> Call to undefined function imagecreatetruecolor() ...
>
> Did I not enable something in the configure script? How do I enable
> this function?
>
Assuming that you have enabled the image functions
(http://www.php.net/image), the reason probably is an outdated version of
the GD library; the imagecreatetruecolor() function requires at least
version 2.0.1 of this library.
If this is the case, you should update the GD library and recompile PHP
against it afterwards.
JW
Navigation:
[Reply to this message]
|