Errot When Trying To Login To Admin

I’m getting this error on my network when trying to login to the admin

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 600541 bytes) in /home/globalni/domains/thumblogger.xxx/wp-content/db.php on line 690

Let me know how I can fix this thanks

  • Ash
    • Code Norris

    Hello @trafficninja

    Welcome to WPMU community!

    I hope you are well today and thanks for asking the question.

    It’s because any process in the system are taking memory more than 128M. If you are allowed to use more than 128M from your host, then add the following line in your wp-config.php:

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

    If not, please navigate via ftp into wp-content folder, rename plugins folder to plugins.old, create an empty folder ‘plugins’ and try to login. Then copy all plugins one by one from plugins.old to plugins folder and check which one is causing the issue.

    Please let me know if you find this is helpful, or if you have any further questions.

    Cheers

    Ash

  • Ash
    • Code Norris

    Then you need to do what I suggested as alternative.

    If not, please navigate via ftp into wp-content folder, rename plugins folder to plugins.old, create an empty folder ‘plugins’ and try to login. Then copy all plugins one by one from plugins.old to plugins folder and check which one is causing the issue.

    Please do this and feel free to ask question if you have.

    Cheers

    Ash