| Re: Blank white page after uploading an image
That sounds the similar to the issue that I had, turned out to be line 281 of the forum/includes/functions_gallery_imageedit.php file. $imginfo['type'] = @image_type_to_mime_type($imagedata[2]);
I commented the line out and corrected the issue.
|