Connecting Tech Pros Worldwide Forums | Help | Site Map

Missing Function

BN
Guest
 
Posts: n/a
#1: Oct 1 '05
I got this error:
Call to undefined function imagecreatetruecolor() ...

Did I not enable something in the configure script? How do I enable this
function?

Thanks

Janwillem Borleffs
Guest
 
Posts: n/a
#2: Oct 1 '05

re: Missing Function


BN wrote:[color=blue]
> I got this error:
> Call to undefined function imagecreatetruecolor() ...
>
> Did I not enable something in the configure script? How do I enable
> this function?
>[/color]

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



Closed Thread