Cornerstone is failing to save changes in page content

Hi, I am having an issue related to Cornerstone. It is failing to save changes on a specific page. I get the message “Content failed to save” .
The Title of the page where I get the problem is:: “For the People Radio Show”. This is the URL: https://judgeherbdodell.us/radio-shows/ .
On other pages it is fine. It is saving.
How do I fix this?
Thanks
Fernando

Hi Fernando,

You might 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. */

Here is a details article about the PHP Memory Limit that is in our Knowledge Base:

In case the issue persists, please share credentials inside a secure note so we can check further. Thank you.

Thank you Lely, for your help.I appreciate it.
It worked! It is saving page content changes now.

Glad to hear that. :slight_smile:

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