Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    have you tried other jpg files? Also do you know whether or not your site has some customizations around file uploads at all?

    Thread Starter webrenz

    (@webrenz)

    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: https://www.roeienzeil.nl/upload-roer/

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors’ is closed to new replies.