j4v1 Posted June 4, 2008 Share Posted June 4, 2008 I recently had to uninstall xampp 1.6.6a and I think it might of changed something, because my script no longer works and i'm getting the above error: PHP Fatal error: Call to undefined function imagecreatefromgif() I've checked my php.ini's (both in c:\xampp\php\php.ini and c:\xampp\apache\bin\php.ini) both have the extension=php_gd2.dll and the dll also is in both the ext and extensions folder. Not sure how else to get this back to working order. Link to comment https://forums.phpfreaks.com/topic/108740-solved-php-fatal-error-call-to-undefined-function-imagecreatefromgif/ Share on other sites More sharing options...
Jabop Posted June 4, 2008 Share Posted June 4, 2008 reinstall gd Link to comment https://forums.phpfreaks.com/topic/108740-solved-php-fatal-error-call-to-undefined-function-imagecreatefromgif/#findComment-557650 Share on other sites More sharing options...
j4v1 Posted June 4, 2008 Author Share Posted June 4, 2008 Actually a little bit simpler. I had previously installed php standalone, where now I'm using xampp. And when I did a phpinfo(), that what i found was the problem. It was using the wrong php.ini. I'm back in business. Link to comment https://forums.phpfreaks.com/topic/108740-solved-php-fatal-error-call-to-undefined-function-imagecreatefromgif/#findComment-557652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.