• I’m getting an error message on my wordpress site:

    “Fatal error: Out of memory (allocated 8650752) (tried to allocate 122880 bytes) in /home/norellc1/public_html/batchplease.com/wp-includes/post.php on line 2050”

    Every solution I’ve come across suggests to increase you PHP memory allocation. I’ve contacted my host about the issue, and they’ve informed that:

    “a) Your PHP memory is assigned 128MB, thats far more than minimum requirement for WordPress.
    b) Due to bugs within your plugins or modifications, PHP processes is limited to 8MB.”

    They created a test information page here: http://batchplease.com/phpinfo.php and it’s properly showing a 128MB allocation, yet for some reason requests are being limited to 8MB.

    Wanted to know if anyone has any thoughts or solutions for this issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • What version on WP are you running and what are the plug-ins installed? Try disabling all the plug-ins and try. If ok, then enable one plug-in at a time and check.

    I am running with 128MB as well and no problems. V3.2.1

    Thread Starter nrllaless

    (@nrllaless)

    Thanks for the reply. I’m running v3.2.1

    Because of the error, I don’t have access to my dashboard to disable plugins there, so I tried renaming all the plugin folders to disable them that way. But it’s had no effect.

    Have you tried:

    – switching to the Twenty Eleven theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or PhpMyAdmin.

    – increasing the memory available to PHP:
    http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter nrllaless

    (@nrllaless)

    I’ve tried doing all of those things, and none have worked. And my host increased memory available to PHP to 128MB, but they say there’s something in my wordpress install that’s limiting it 8MB.

    Thanks for the reply!

    WordPress does not limit your PHP memory allocation. That’s down to your server configuration.

    Thread Starter nrllaless

    (@nrllaless)

    Esmi, thanks for the quick response. I guess it’s back to the drawing board for me, lol, since none of the proposed solutions have worked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal Error: Out of memory’ is closed to new replies.