Fatal error: Allowed memory size of 33554432 bytes exhausted
-
I’m getting this message when I upload an image:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2848 bytes) in /homedirectory/wp-admin/includes/image.php on line 147
Sometimes the file will actually get uploaded properly. Sometimes not.
If I add
php_value memory_limit 32M
to my htaccess file then I get a 500 Internal Server Error on my whole site.Any advice?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error: Allowed memory size of 33554432 bytes exhausted’ is closed to new replies.