Forums

HTTP error when upload (5 posts)

  1. Kintar
    Member
    Posted 2 years ago #

    Since I running on wordpress 3.1, something strange happened. When i uploaded a photo/picture (dimension 1200x1600px, 400KB), it says: HTTP error. (upload limit 1MB)
    And i checked up on media page, that pic is there, but no crunching picture as usual.
    But when I upload small pic (dimension 500x600px, 200kb) its working, with crunching image too...
    I tried to search this problem on the internet.
    I put this code to .htaccess:

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    but it didn't affect.
    can you all help me? Thanks!

  2. andri86
    Member
    Posted 2 years ago #

    I´m having the exact same problem here. I am using a free hosting service, not sure if that makes any difference.

  3. kobi007
    Member
    Posted 2 years ago #

    I'm new to WordPress, so I don't know whats before WordPress 3.1. But with WordPress 3.1 I also have sometimes HTTP error after image upload, and no crunching takes place.
    The thing I found out for me: it seems to depend on the resolution of the image.

    2200x3287 and smaller works
    2300x3436 and bigger don't works

    It doesn't have to do anything with the size of the image. I save an image with low quality but high resolution, the image had a size of just 500 kb. This image also doesn't work.
    I increased memory and max execution time in php.ini. But it didn't help.

    There seems to be another parameter, which is limiting the maximum working resultion. Any ideas?

  4. mjnet
    Member
    Posted 1 year ago #

    Got the same problem with image dimensions and http error.
    Could you fix that issue?

  5. kobi007
    Member
    Posted 1 year ago #

    Nothing new from me...

Topic Closed

This topic has been closed to new replies.

About this Topic