• Received the following Error which makes it appear it is out of memory but no place to request increase. Any thoughts on how to correct?

    “Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/21/2/78/147/2730473/user/3000591/htdocs/WordPress/wp-admin/includes/menu.php on line 174”

Viewing 1 replies (of 1 total)
  • Try creating a notepad file called php.ini (not pp.ini.txt) with the following line:

    memory_limit = 128M

    Save it and upload it to your main directory where WordPress is installed. If you are unable to save as a .ini file save it as a .txt and rename it once it’s been uploaded to your hosting account.

    If that does not resolve the issue try adding the following line in your wp-config.php file, anywhere after the line “<?php”

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    If that does not work, you may have to contact your host.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: Out of Memory; How do I correct?’ is closed to new replies.