jkjung80
Member
Posted 10 months ago #
I'm trying to get to admin log in page and getting this message and can't figure out how to make it up and running.
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /home/leeminho/public_html/wp-admin/menu-header.php on line 96
Help~~!!
That sounds like a very low PHP memory setting as WordPress will try to set 32M for the amount of memory PHP can consume.
I wonder if your host has done something or there's a low memory setting in your wp-config.php file such as define('WP_MEMORY_LIMIT', '6M'); or there's a low WP_MAX_MEMORY_LIMIT in that same file?