Why a page I created with cornerstone fails to save changes I make?

I created a page with cornerstone and for some reason I cannot save any changes that I make. I don’t really get why. I looked up others posting on the forum about this but not sure where to start to solve it. Could you please help?

Hey Diana,

That saving issue is mostly due to low memory limit. Please contact your web host to increase your allocated memory or you can do it yourself by adding this code in your wp-config.php.

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

If that does not help, please give us WordPress Admin and FTP access in a Secure Note.

Thanks.

ok thanks i asked my hosting company to do this for me. I also deleted some content to create space but no change. So i will wait for the reply of the hosting company and let you know.

Thank you

YES the memory is set and the page saving is working again. thank you so much!

You are most welcome!
Thanks

1 Like

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