• Hey everyone. I’m a relatively new WP user, and I’m running into that horrendous HTTP error on image upload. I have:

    1) read Otto42’s article: http://wordpress.org/support/topic/164999
    2) deleted my wp-admin and wp-includes folders
    3) downloaded a fresh copy of WP 2.8.2
    4) uploaded the deleted directories fresh
    5) changed permissions on my wp-content/uploads folder to 755, and then to 777 just to see if it helps
    6) ensured that my Settings-Misc “store uploads” field is set to the default.
    7) created an .htaccess file with the mod-security fix language in it and uploaded it to my domain root, the WP root, and the wp-admin directory.
    8) set the permissions for the .htaccess files above to both 755 and 777
    9) recreated the same problem in IE, FF, and Chrome.
    10) ensured that I have the latest Flash and Shockwave installed.
    11) tried uploading smaller images
    12) deleted my “uploads” folder, removed all entries from the Media Library, and tried a brand new upload.
    99) sacrificed a few chickens for good measure.

    Is there ANYTHING else that could be causing this problem?

    To throw a monkey wrench into your thought process, I have 2 blogs on 2 domains, both hosted on the same server – only 1 of them has this problem…

    I’m going insane here…

Viewing 15 replies - 16 through 30 (of 40 total)
  • I’m using 1and1 for hosting and have been having this problem since I upgraded to 2.9. I was able to solve it today on 1and1 by changing the .htaccess in the wordpress installation folder to use php5 by default. I added this code at the top of the .htaccess file:

    AddType x-mapp-php5 .php

    It worked immediately. Even with all my plugins activated. Give this a shot if you are hosting with 1and1.

    NONE of the above worked for me, except for this: http://www.ericm.ca/2010/web-development/wordpress-2-9-1-http-error

    The problem in my case was none of the above — it was the image itself. I’m not 100% sure what, but even goofing around with it in Photoshop several times resulted in a garbage JPG which simply wouldn’t upload. Any other file would upload just fine.

    I’m using 1and1 for hosting and have been having this problem since I upgraded to 2.9. I was able to solve it today on 1and1 by changing the .htaccess in the wordpress installation folder to use php5 by default. I added this code at the top of the .htaccess file:

    AddType x-mapp-php5 .php

    It worked immediately. Even with all my plugins activated. Give this a shot if you are hosting with 1and1.

    just wanted to confirm that this fixed the issue for me! Thanks so much, there are quite a few 1&1 wordpress issues so far, but I have been able to fix them all so far.

    This is killing me. I also have a 1&1 account and it seems like the .htaccess file solution is the perfect one, but I cannot for the life of me find the .htaccess file in my wordpress installation folder! I have it so hidden files are shown but it’s still not there. I’m using permalinks (I think) so I don’t think that’s the problem…what am I doing?? Please help!!!

    I’m using 1and1 too and this line solved my problem, too!

    maximumbeth–it should be there in the root of your wordpress installation folder. I’m guessing your ftp program is hiding it as a hidden file or something?

    This might work. All the advice to update my htaccess was not helping. I run my blog on a windows server. This is how I fixed this HTTP error problem.

    With in your Dashboard go to Settings and then Miscellaneous Setting.

    For some reason my hosting site automatically added this to the Store upload files path.

    (/home/users/web/b2284/ipw.livingproofbc/nt/blog/wp-content/uploads)

    I deleted it all and replaced it with

    wp-content/uploads (just as recommend.) (Also make sure you have a uploads file in your wp-content folder)

    Now IT WORKS!

    This only took me 8 hours of tweaking to get it to work. Hope this works for you.

    photoclasshero
    Member
    Posted 3 months ago #

    I’m using 1and1 for hosting and have been having this problem since I upgraded to 2.9. I was able to solve it today on 1and1 by changing the .htaccess in the wordpress installation folder to use php5 by default. I added this code at the top of the .htaccess file:

    AddType x-mapp-php5 .php

    It worked immediately. Even with all my plugins activated. Give this a shot if you are hosting with 1and1.

    I am using 1 and 1 and this worked like a charm!!! šŸ™‚ Thanks!

    @photoclasshero

    That did the trick.. No more HTTP ERRORS when uploading/crunching images. Friggin’ Genious!!! I use 1and1 too and I think they suck!

    Hello, I had a similar problem:

    – images smaller than approximately 640 x 480 would upload properly but I would get the “http error” message on image crunch with anything larger.

    I tried different variations of the .htaccess hack, but finally found Jon R. Wilson’s to work! (I didn’t even have to put the .htaccess file in higher-up directories, only in the root wordpress directory.

    My own setup is a PHP Version 5.2.13 server hosted by 1and1.com.

    Hope this helps someone else! Thanks Mr. Wilson.

    More often than not, all you need to do is use the Browser Upoloader. The Browser Uploader worked perfectly fine for me after getting errors on the Flash Uploader.

    If you’re using WPMU, you may be getting this error because of the “fileupload_maxk” setting in the “wp_sitemeta” table.

    Ok, if you’re uploading big files, you may have changed the PHP ini settings so that you can upload files larger than the PHP default of 2MB — as discussed here. However, it seems that WPMU enforces it’s own separate file upload size limit. When using the browser uploader, you’ll get an error that says:

    “This file is too big. Files must be less than 1500 Kb in size.”

    But if you use the flash uploader, you get the dreaded “HTTP Error”.

    Increasing the “fileupload_maxk” as detailed in this article made both errors go away for me šŸ™‚

    Shane G’s method worked for me, thanks mate!
    Cheers

    I had this problem after upgrading to 3.0. Photoclasshero’s method solved it.

    AddType x-mapp-php5 .php

    I’m using 1&1 and I added the above line at the top of my .htaccess in the root directory only and it fixed the issue.

    Use the “Browse Uploader” option if getting “HTTP Error.” in red. it worked for me šŸ™‚

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘HTTP Error on image upload – STILL’ is closed to new replies.