• After completing the 4.4.1 WP upgrade I am not able to access my admin panel.

    The site seems to be working successfully on the public side but once I try to edit through WP I receive the following error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 27239 bytes) in /home/p28877r5/public_html/wp-includes/functions.php on line 345

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi devinebowers.
    here are some options that can help.
    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 128M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 128M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account.

    (in the above examples, the limit is set to 128MB)

    Thread Starter devinebowers

    (@devinebowers)

    Thanks for such a quick response – I have contacted my host and will follow up if not resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Upgrade Not Working Properly with Admin Panel’ is closed to new replies.