Re: Missing Function
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Missing Function

From: Janwillem Borleffs <jw@jwscripts.com>
Date: Sat Oct 01 2005 - 22:12:55 CEST

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
Received on Tue Oct 18 02:30:16 2005