Tagged: fatal error
Hi there,
I can’t edit my homepage anymore.
Not sure to understand what WP is trying to tell me…
Fatal error: Out of memory (allocated 52166656) (tried to allocate 262144 bytes) in /homepages/18/d513767076/htdocs/www/wp-includes/post-template.php on line 1758
Thanks for your help :)
I deactivated the few basic plugins I have installed… It seems to be back to normal…
All my plugins are deactivated and we’re back to the fatal error… :s
Hi!
Please try to increase the WordPress memory limit, add this to your wp-config.php file located in the root folder or you installation.
define('WP_MEMORY_LIMIT', '64M');
Cheers!
Rikard
Thanks Rikard for your reply. I tried but it didn’t change anything. My web host support just told me that trying to increase memory won’t change anyway as it’s contractually set by them.
What I think it is… every single time I make a slight change on my page I press update on WP in order to check what it looks like once published. As a result I have almost 1000 updates (oups). How can I delete them all and only keep the last one?
I installed WP-Optimize to clean my database and delete all my updates… back to normal :)