Http Error Uploading Images
-
I can no longer add photos to my blog. I hadn’t made any changes to themes or plugins prior to being unable to upload images. I get a generic http error with no code or the upload hangs and doesn’t load no matter how long you leave it. I’ve deleted all plugins, tried reverting to twenty eleven theme (then back as that did nothing), changed file size, file type, and file name. My host (bluehost) was contacted 3 time through chat and was entirely unhelpful. I don’t want to, nor do I know how to get in and change code to fix this issue. I cannot update anything until I am able to add pictures and at this point I’m ready to dump bluehost and give up on this as I’ve been trying for a week to get the issue resolved. Any other fixes recommended for this issue for the non-tech savvy?
The blog I need help with is: (visible only to logged in users)
-
It looks like you are using the self-hosted (WordPress.ORG) version of WordPress instead of the WordPress.COM hosted version that is supported here.
You could try to increase your maximum upload size. There are several ways to do this, but you could add the following line to your wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ’64M’ );Have you verified your file permissions and you are able to write to your uploads folder?
If neither of those fix your issue, I recommend asking on the WordPress.org Support Forums for further assistance with this:
http://wordpress.org/support/Read more about the differences between WordPress.COM and WordPress.ORG:
https://en.support.wordpress.com/com-vs-org/
- The topic ‘Http Error Uploading Images’ is closed to new replies.