Editing Not Working Properly on Wordpress

Hello,

We have cornerstone installed and the license has been registered but suddenly we are not able to make edits to most of the pages. The body of the pages do not load and the content fields on the left side are empty.

Please see below.

Hi @mvcagency,

Thanks for writing in.

Please check if your theme and plugin is updated to the latest version.

If still not working, please try to increase your PHP memory allocation limit..

To increase it, 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. */

And also make sure that you have the following on your server configuration:

I hope this helps. Let us know how it goes.

Thanks.

Thank you Nico. We will look into and give these a try today and follow up asap.

Let us know how it goes!

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