• Kanu

    (@kanu)


    I have not logged into my wordpress in over an year but the last time I did, everything was working fine and I did not make any changes. I tried logging in and I got this error message.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/bouncyj/public_html/x/wp-admin/menu.php on line 265

    Please tell me how to fix this? My website is http://bouncy-bubbles.net

    I don’t have any backups as I was completely away from the world of web-designing and ignored to make backups but I would still like to be able to login as my whole website is managed on wp. I don’t want to lose my blog and content. Any help will be appreciated.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Krishna

    (@1nexus)

    Thread Starter Kanu

    (@kanu)

    I still get the same error 🙁 what did you do?

    Thanks for looking into it. What do you think is the problem?

    Krishna

    (@1nexus)

    Login to your hosting account and add the “define” line below in your wp-config.php below the opening <?php in that file:

    define('WP_MEMORY_LIMIT', '64M');

    If it doesn’t help, change the memory_limit in your php.ini (if you have access to that file) to increase memory to 64M:

    memory_limit = 64M;

    If that also does not work or if you cannot increase the memory limit, you may need to contact your host.

    Thread Starter Kanu

    (@kanu)

    That did it! I fixed the wp-config.php file. Thank you so much 🙂

    Krishna

    (@1nexus)

    Glad that you could fix it! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Error message after logging in’ is closed to new replies.