• I’m hoping someone here can help. I’ve had an issue where I get the following message (or something like it) when I post or re-post an item on my self-hosted blog: Fatal error: Out of memory (allocated 287571968) (tried to allocate 9175042 bytes) in /home/livebysu/public_html/wp-includes/functions.php on line 384

    My site host has attempted to correct the problem. They disabled a few of my plugins – that worked for a day, but then it started with the same error message again. They increased the maximum allowed memory in the settings of the site – that worked for about a day, but it’s happening again. They’ve checked the application error logs, the server error logs and have checked it using the Firebug debugging tool – no luck. Has anybody got any suggestions?

    The blog I need help with is livebysurprise.com.

Viewing 1 replies (of 1 total)
  • Davor

    (@davoraltman)

    Hi,

    It seems that you need to increase the PHP Memory limit for the site. If you could check phpinfo of the site for the current memory_limit, I presume that it would be low.

    The best thing I can suggest would be to ping your host again and ask them to increase memory_limit of the site inside php.ini and that would probably resolve the problem. The error you are getting is definitely pointing to PHP Memory limit as the culprit.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error on Posting – Out of Memory’ is closed to new replies.