Fatal error: Allowed memory size of 33554432
-
I see that this error message is the subject of many many posts.
However. It is an issue for me with a new install on a new host that has a memory allocation of 384M. I have edited wp-settings.php a number of times to add
define(‘WP_MEMORY_LIMIT’, ‘XXXM’);
The first time, I put 64M in and re-loaded the error page. The effect was that WP appeared to continue on from where it broke, but it broke again a few seconds later processing a different file size it tried to allocate.The full error message is Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/primaryf/public_html/wp-admin/includes/menu.php on line 174
and I can no longer start wp-admin – the same error message persists.At the time of the break, I had installed WP and was uploading 3 images. The second of the 3 produced an error message and the third completed successfully. I tried to upload the 2nd image again, same effect. All 3 images uploaded but it appears that the 2nd does not have thumbnails.
I can access the front end but not the wp-admin back end.
- The topic ‘Fatal error: Allowed memory size of 33554432’ is closed to new replies.