
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?