• Hi,

    Blog working fine until manual upgrade to 3.2.1 – now just getting variety of PHP memory issues when logged into wp-admin.

    Frontend is working fine. wp-admin login works fine but then just get hit with:

    Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 78 bytes) in /home/simple/public_html/blog/wp-includes/class.wp-dependencies.php on line 137

    Am using .htaccess to increase PHP memory limit to 128mb (confirmed in phpinfo file) – no difference.

    Tried renaming plugin folder – no difference.

    Tried re-uploading wp files – no difference.

    At wits’ ends 🙂

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    ww.wp.xz.cn Admin

    If you’re getting “Allowed memory size of 262144 bytes exhausted”, then you’re not actually increasing the php memory to 128 MB. In fact, 262144 bytes = 256 KB instead.

    So, phpinfo file aside, you may want to investigate what is setting your memory limit so low. Because something is.

    Alternatively, I’ve seen similar errors before when the server is simply out of memory at the initialization phase. If you set it to 128M, for example, but there isn’t 128M to spare, then PHP can revert to the default. And it’s possible that the default is 256K. So you might try lowering the number to 64M or 96M, see if that makes a difference.

Viewing 1 replies (of 1 total)

The topic ‘WP broke since upgrade – memory issues?’ is closed to new replies.