After updating to 2.1 (Automatic) on WP3.6 updating pages does not work anymore. I disabled all plugins and the problem still exists. I can edit a page but if I press Update I get a timeout error after a while. I can make a new page and it saves but when I edit it it does not update.
When I select the default WordPress Theme updating pages works again. Is this a Enfold 2.1 problem?
I’ve been having the same problem. I read that it can be caused by insufficient memory on the ISP side but mine is set to 8mb so I doubt it’s that?
Hey,
Please increase WordPress php memory limit. Add this on wp-config.php file:
define('WP_MEMORY_LIMIT', '128M');
Have you tried deactivating some of your plugins?
Regards,
Ismael
Hi Ismael, as I stated in my post I disabled all plugins and the problem still exists. I added your suggestion to wp-config but no improvement. Activating the default theme solves the problem.
Hi tonaua,
What is the URL of the site so we can take a look live? Do you have any way to the view the servers php config as well? I’ve encountered a few issues with various server configs that only show themselves under some specific circumstances.
Regards,
Devin