• I get this error out of nowhere but the weird thing is that the images ARE uploaded.

    Any ideas?

    p.s: nothing has changed on the site + there is no issue with memory or storage e.t.c

Viewing 7 replies - 1 through 7 (of 7 total)
  • Davor

    (@davoraltman)

    Is it the case with all the images (.jpg and .png)? Does the image name contain any special characters?

    Thread Starter SGURYGF

    (@sgurygf)

    async-upload.php returns true json with all the details but it appends wp error page:

    <!DOCTYPE html>
    <!-- Ticket #11289, IE bug fix: always pad the error page with enough characters such that it is greater than 512 bytes, even after gzip compression abcdefghijklmnopqrstuvwxyz1234567890aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz11223344556677889900abacbcbdcdcededfefegfgfhghgihihjijikjkjlklkmlmlnmnmononpopoqpqprqrqsrsrtstsubcbcdcdedefefgfabcadefbghicjkldmnoepqrfstugvwxhyz1i234j567k890laabmbccnddeoeffpgghqhiirjjksklltmmnunoovppqwqrrxsstytuuzvvw0wxx1yyz2z113223434455666777889890091abc2def3ghi4jkl5mno6pqr7stu8vwx9yz11aab2bcc3dd4ee5ff6gg7hh8ii9j0jk1kl2lmm3nnoo4p5pq6qrr7ss8tt9uuvv0wwx1x2yyzz13aba4cbcb5dcdc6dedfef8egf9gfh0ghg1ihi2hji3jik4jkj5lkl6kml7mln8mnm9ono
    -->
    <html xmlns="https://www.w3.org/1999/xhtml" lang="en-US"
     xmlns:og="https://opengraphprotocol.org/schema/"
     xmlns:fb="https://www.facebook.com/2008/fbml">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    	<meta name="viewport" content="width=device-width">
    	<title>WordPress &rsaquo; Error</title>
    	<style type="text/css">
    		html {
    			background: #f1f1f1;
    		}
    		body {

    the response is basically wrapped in wp error div. Why is that?

    if i switch to LIST mode in media gallery it uploads ok. If i switch to GRID it uploads the images but outputs HTTP ERROR

    I have the same issue. Unlike hundreds of posts ive read over the internet, i also get this error after an image is uploaded.

    Let me know if you come up with a solution.

    Hello all,

    It would be most helpful if someone could copy and paste the exact http error so we can further troubleshoot.

    Thanks,
    Jordan Q

    it just says HTTP ERROR and the name of the uploaded image.

    The json response of async-upload.php includes the regular successful upload response plus the WP ERROR HTML (part of which SGURYGF posted). AND the response code is 500 Internal Server Error. (which doesnt make sense to me)

    Thats all. No PHP errors, no html errors, no javascript errors no nothing.

    I personally have tried every solution posted for Image Upload problems on the internet (even though this is not an image upload problem since it DOES upload them).

    Im helpless!

    From what i understand the wp_die() function is being called for some reason.

    WP_DEBUG wasnt helpful either, it does not provide any information.

    Are you using the “Calls to Action” plugin?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HTTP ERROR on image upload’ is closed to new replies.