Hello,
I have a page on my site that I recently became unable to update and save. No error code or indication of the issue is given, just a generic message saying the page couldn’t be saved. Below is a link to the page.
Best,
Matt
Hello,
I have a page on my site that I recently became unable to update and save. No error code or indication of the issue is given, just a generic message saying the page couldn’t be saved. Below is a link to the page.
Best,
Matt
Hi Matt,
Please edit your wp-config.php file and insert these lines:
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.
You may also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Thank you.
Hi Jade,
If this was a memory limit or plugin conflict would the issue not be present of all pages of the site? Currently the issue is only taking place on the one page from what I can see. I have tested a number of pages and only one seems to be affected.
I will run through the memory limit change to see if that helps.
Best,
Matt
Hello again Jade,
That worked! Thanks so much for your help.
Best,
Matt
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.