• Resolved Michal J

    (@zbirkos)


    Hi,

    I have a problem after update from 3.1.4 to 3.2.1. On admin login page, after I put admin name and password I’m getting this error:

    Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 122880 bytes) in /home/zbirkos/www/autoblog/wp-admin/includes/dashboard.php on line 89

    Here is phpinfo: https://automotiveblog.pl/phpinfo.php

    I tried to rename plugins folder to pluginsold and tried to login again to admin panel but unfortunatelly problem is still there.

    Tried to add define(‘WP_MEMORY_LIMIT’, ’64M’); to WP config file and similar to .htaccess but it also haven’t resolved my issue.

    Does anybody know how to resolve it?

Viewing 5 replies - 16 through 20 (of 20 total)
  • I had a very similar problem just now with my upgrade to v 3.4. My admin just died, although the site still seemed to work. My specific error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /public_html/wp-admin/menu.php on line 73

    I was set to try zbirkos’s solution, but thought I would just try increasing the memory allocation first. It worked. Added the following line to wp-config.php

    //  MY CUSTOM CODE increasing the memory limit allocation
    define('WP_MEMORY_LIMIT', '256M');

    Seems to work. Hope this helps someone else also.

    2mooses, great hint, I followed your advice to first test that and it worked very well for me, too.

    Hi, I am having trouble with one of my sites displaying it’s images. I have just moved 2 sites over to my server today and had to resolve the issue of the max php memory. After sorting that out, I thought my images would display but they still do not.

    https://www.brindlehomes.co.uk

    is this anything to do with wordpress or something I have done?

    Please post your own topic.

    I have set up 3 xampp sites, and two allow me to log in to wp-admin just fine, but the third one does not. I don’t get an error message, but the cursor just disappears in the password field. I have gone into phpmyadmin to this database, and used M5 with new password several times. Always the same problem. What do I do to fix this? Thanks.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Upgrade to 3.2.1 – wp-admin login failed – memory problem’ is closed to new replies.