have you tried other jpg files? Also do you know whether or not your site has some customizations around file uploads at all?
Hi Michael,
Thanks for your input. I tried different jpg. files but everytime i get the same notifications. But: everytime the jpg succesfully uploads to the corresponding Gallery! So I see the images in my gallery, the upload function works but I just can’t seem to get rid of the notifications..
You can try it for yourself here: http://www.roeienzeil.nl/upload-roer/
this is the line that determines if the error is shown:
if ( !in_array( $filepart['extension'], $ext ) || !@getimagesize( $temp_file ) )
I’m assuming, at this point, that it’s the getimagesize() that’s returning false in this case. However, I have no way of knowing why.