Page Will Not Save After Updates Are Made

Hi there

I have a page on the website that will not save after any changes are made. Is there a conflict with the page or has it become corrupt. Can you tell me if I can fix this page or does it have to be completely rebuilt?

The website is not live yet and the page in question is the ‘Service’ page, which for this moment in the Dashboard under All Pages, is titled ‘AAA Services Page - 99% Done’.

Thank You for your help

Carl

Hello Carl,

I tried to access the page that you have mentioned and I got this error:

Fatal error: Out of memory (allocated 245366784) (tried to allocate 424317 bytes

This suggests that you need to have the PHP memory limit of your site increased.

To do this, 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.

Hope this helps.

Thank you for the fast response.

So that didn’t fix the issue, so I contacted HostGator who is hosting the site. They looked into it and were able to fix it quickly. Here is the response from HostGator in the chance anyone else comes across this problem in the future:

I had to remove the one line which is max limit to 512M since we can only accommodate 256M. Plus you can also change your PHP version in your cPanel.

That fixed it, so all is good now for that problem. Thank You.

Glad to know!

thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.