• Resolved dtarver

    (@dtarver)


    I was adding plugins (may 20-30) when suddenly I got this error message. Now I cannot get back into the admin page.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home3/dharmaka/public_html/eprojectmanagers/blog/wp-admin/includes/user.php on line 121

    Any ideas on how to recover from this? I cannot get into my back end.

    Thank you,
    Dora

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1st try adding this to top of wp-config.php
    define('WP_MEMORY_LIMIT', '64M');

    test now

    if that doesn’t work
    ftp to plugins folder and temporarily rename it – this will deactivate your plugins

    name it back correctly and activate plugins one by one

    Thread Starter dtarver

    (@dtarver)

    YES!!!

    ??

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Allowed memory size of 33554432….’ is closed to new replies.