View Single Post
Old 06-04-2008, 04:52 PM   #13 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Sounds like when you reinstalled, PHP wasn't compiled with GD support. You can check phpinfo() to see if it lists the GD module, function_exists('gd_info') or open your PHP.ini and search for the following:


[PHP_GD2]
extension=php_gd2.dll


If you don't see that, then you don't have GD, which means you don't have imagecreatefromgif()
-m
delayedinsanity is offline  
Reply With Quote