Mmmm.....getting the following error as I attempt to upload .jpg files.
Fatal error: Call to undefined function: imagegif() in /home/smoknz28/public_html/ubbthreads/gallery/image-inc.php on line 113
Here's my line of code on line 113 of image-inc.php:
case 1: $return_val = ImageGIF( $full_id, $new_image_file_path ); break;
I have been uploading images all day on and off with no errors til recently.
Any ideas?
I've attempted to upload several other images as well...but with the same error.