If you have encountered error when uploading your images to Wordpress media gallery and found the error as
HTTP ERROR
after the images was crunched 100%. Just go to wp-admin and tail (linux command) or view the last line of error_log.php if it was mentioning
—————–
[06-Nov-2009 02:20:33] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4096 bytes
[06-Nov-2009 02:27:17] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4096 bytes
—————-
Then request your hosting support for copy over the php.ini into your root or the directory of your wordpress and modify the memory limit to 64MB if it was 32MB.
Then go to root , and add below syntax to .htaccess.
suPHP_ConfigPath /home/username/www
Save and Done. Your images should be able to uploaded successfully.
Popularity: 9% [?]