Page editor coming up blank

Hello,

When I try to edit a page in the page editor it acts like it’s going to load but never does. When looking at the console I get the following errors. It only happens on this page not the other ones. Can you help? I checked the post_meta field for _cornerstone_data and made sure the JSON code was not messed up. So there must be something else that I’m not aware of causing this not to load.

Thanks for your help!

Got it fixed by creating a new page and coping the contents of the _cornerstone_data meta data directly from the database to the new page _cornerstone_data meta data record. Still not sure why this happened but was at least able to fix it.

Hello @olwm,

Thanks for writing in!

Please make sure that you are up to date.

  • Pro Theme 3.2.3
  • WordPress core 5.3.2

In most case, a loading screen means that you have exhausted your PHP memory limit. ​We recommend that you increase your memory allocated to PHP. 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. */

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Regards.

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