• Everytime I try to log in, this shows up

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/newavonh/public_html/wp-admin/includes/deprecated.php on line 686

    What does this mean? How do I fix this?

    Please help. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like your PHP installation has a memory limit of 32MB (33,554,432 bytes) for scripts to use. You need to work with your webhost provider to raise this limit which is usually done by placing something like memory_limit = 128M (what I use) into a custom PHP.INI file in the same directory as your blog on the server.

    In my case I have this in both my blog’s root directory and the /admin directory so that the admin scripts will also see the increased memory allotment as well.

    Anyway, since it depends how your webhost server is configured, I would check with them how to raise PHPs memory_limit.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1966080 bytes) in /home/cphsbd/public_html/wp-includes/class-simplepie.php on line 5410

    Please help to fix it.

    Try increasing the memory available to PHP:
    https://www.ads-software.com/support/topic/253495#post-1017842

    My problem is rather the same, but the numbers are strange… Indeed, after trying to upgrade, I am unable to login as admin : I receive the error message :
    “Allowed memory size of 262144 bytes exhausted (tried to allocate 8192 bytes) in wp-includes/functions.php on line 4168”
    I think that 256 K of memory is not so much…
    Can you help me ? Many thanks in advance !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HELP! Fatal error: Allowed memory size exhausted’ is closed to new replies.