kellymccausey
Member
Posted 1 year ago #
I have tried every workaround ever posted here on this blog and cannot get image uploads to work. I'm at my wits end. I was hoping 2.6 would correct the issues but apparently not?
I still get an http error. when I use the flash. I've cleared cache and closed browser twice - did everything in the sticky through to no avail.
Here is pic of what happens when I use the Browser uploader:
http://www.wahmtalkradio.com/uploaderror.jpg
Can anyone tell me what these errors indicate and make a suggestion on how to fix it?
I have had a problem with this since the last version. I updated Wordpress again today and that was the first thing I checked...no luck
artcoder
Member
Posted 1 year ago #
kellymccausey
Member
Posted 1 year ago #
Gosh you guys, I've tried all these things to no avail.
Seriously - I'm stumped.
I've just had the same trouble and I just posted what I found out for a solution quickly at the different thread. How about one of your plug-ins causing this trouble??
My trouble was slightly different from you though...I did not have this trouble in 2.5.1 but 2.6. So, I am not sure if this'd help you...
bookchiq
Member
Posted 1 year ago #
I was getting this error on a blog that's password protected (it's in development and the client doesn't want anyone outside the organization to see it yet). I found this Trac ticket, which led me to this plugin, which worked for me.
Read this. It solves all issues I've found, one way or another:
http://wordpress.org/support/topic/164999
Yeah this is weird one. I have seen several blogs, including one of mine, where the uploader worked for a while and then, without any changes of new plugins, started giving the http error.
berkleys
Member
Posted 9 months ago #
My problem was my server host using PHP 5 but the files in WP being called .php rather than .php5. The workaround was the add the following line
"AddType x-mapp-php5 .php"
to the top of the .htaccess file in wp-admin created & mentioned elsewhere ... give it a try!