irally
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5Great, thanks Esmi. That did the trick. As suggested in the link, I added the following line to wp-config.php:
define(‘WP_MEMORY_LIMIT’, ’32M’);
Thanks…headache over!
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5OK, re errors, when I try to use the browser uploader rather than the Flash uploaded, this error is generated:
[Mon Dec 17 16:44:07 2012] [error] [client 94.192.29.103] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4096 bytes) in /var/www/vhosts/irally.com/httpdocs/wp-includes/media.php on line 928, referer: https://www.irally.com/wp-admin/media-new.php
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5There are a few errors but they are related to me messing around while trying to find the solution to the problem. No new errors on trying to upload the image within the last 20 minutes.
I have disabled all plugins (there are only a couple) and switched back to WordPress standard themes but still have the same issue.
This only started on upgrading to the latest version of WordPress. The other site, which is using an older version and is hosted on the same server, is still working perfectly.
Looks like the simplest solution might be to downgrade to an older version of WordPress? Is this easy to do?
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5Just checked the log…no memory errors reported.
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5@tomontoast – on checking the media section, the file does appear to upload but in the info panel, it doesn’t show the image dimensions and won’t allow different image sizes to be chosen when adding to a page.
@esmi – I’ve contacted my hosts, waiting for a response.
Thanks,
J
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5Just did a little bit of testing…it appears to be related to the size (pixel dimensions) of the image.
Any image that is 1155 pixels (or more) wide, I get the HTTP Error message. Anything that is 1154 pixels or less, it uploads fine.
It’s not related to the actual file size of the image. I tried to upload a 30Kb image that was 1155 pixels wide – it also failed. (The original image at the same size is over 200Kb).