|
|
 Celio Robert | 2006-09-12 14:59:50 |
Hello,
Why, when I load http://localhost/example.php access brings me this error of call of the function?
Fatal error: Call to undefined function imageCreateFromGif() in F:\Apache\htdocs\FXLake.class.php on line 45
line 45 is this: $this->_001 = imageCreateFromGif($im);
I have these archives in my folder:
example.php FXLake.class.php GifMerge.class.php and image.gif
which is the error? |
 László Zsidi | 2006-09-12 20:26:13 - In reply to message 1 from Celio Robert |
Hi,
I think there is not installed GD library on your apache envorinment.
Regards |
|