Jump to content

Call to undefined function: imagecreatetruecolor


makiz63

Recommended Posts

Hello

 

I am new to Php. I am creating an e-commerce website.  I get the following error:Fatal error: Call to undefined function: imagecreatetruecolor() in c:\program files\easyphp1-8\www\webshop\plaincart\admin\library\functions.php on line 223

 

here is the source code for line 223 in functions.php

  $dest      = imagecreatetruecolor($w, $h);

 

Your help will be much appreciated.

 

It's a normal PHP function, so you don't have to define it, but there are some prereq's ...

 

Do you have PHP 4.0.6 or above?  If yes, then do you have the correct version of the GD module installed?  If no, that's your problem.

 

http://us3.php.net/imagecreatetruecolor

http://us2.php.net/gd

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.