Quote:
Originally Posted by wcguy
Installed correctly, figured out how to add additional eggs, gee that was difficult, but sitll cannot get it to show any avatars, just a broken link gif.
Here's the link properties if that helps debug the issue
Fatal error: Call to undefined function imagecreatefromgif() in /home/dictator/public_html/eggavatar.php on line 264
PHP Code:
http://theamericandictator.com/eggavatar.php?do=showeggs&u=2&pid=25&old=images/avatars/generic/caeser.gif&t=1238814275
|
You php doesn't have GD support for some reason. Contact your host.
That's a pretty old version of php you must be using because GD is built in now. I'm surprised you aren't having other problems.
Quote:
Since PHP 4.3 there is a bundled version of the GD lib. This bundled version has some additional features like alpha blending, and should be used in preference to the external library since its codebase is better maintained and more stable.
|
link