• I get this error whenever I upload an image even if it is a small jpg. I have tried uploading from multiple browsers and 2 different computers. I tried deactivating jetpack because of some topics that I have seen but this does not fix it.

    I ran a debug and opened my debug.log file and saw messages that refer to “Use < pre > __construct()< / p r e > instead. ~~ public_html/wp-includes/functions.php on line 3846”

    Any help or ideas would be great thank you

    • This topic was modified 9 years, 5 months ago by derek015.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello derek015,

    If you have access to an .htaccess file, placing the code below at the top normally cures this issue.

    SetEnv MAGICK_THREAD_LIMIT 1

    If that fails, you can try using a plugin named Force Regenerate Thumbnails (though it is not confirmed a being compatible beyond 4.0.13)

    The fix revolves around modifying or avoiding (in the case of the plugin) ImageMagick.

    I’m not sure about the error you found in your log or if that has anything to do with the specific upload issue.

    Hope that helps!

    • This reply was modified 9 years, 5 months ago by ScottyMitch.
    Thread Starter derek015

    (@derek015)

    Thank you ScottyMitch.

    What does this code do exactly?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HTTP Error Image upload’ is closed to new replies.