Topic: Fatal error: Call to undefined function imagecreatefromgif()
Fatal error: Call to undefined function imagecreatefromgif() in /home/xotic/www/stand/gallery_post.php on line 218
LINE 217: if($extensions[0] == '.gif')
LINE 218: $img_src = imagecreatefromgif($pun_config['g_rep_upload'].'/'.$pun_user['id'].'.tmp');
LINE 219: elseif($extensions[0] == '.jpg')
LINE 220: $img_src = imagecreatefromjpeg($pun_config['g_rep_upload'].'/'.$pun_user['id'].'.tmp');
LINE 221: else
LINE 222: $img_src = imagecreatefrompng($pun_config['g_rep_upload'].'/'.$pun_user['id'].'.tmp');