Cornerstone stuck at loading after 7.0.1 update

Hey there, I installed X theme and Cornerstone with the absolute latest versions (7.0.1 and 4.0.1) and they are stuck at loading (white screen with spinning circle).

I don’t have any third party plugins installed other than the Under Construction that comes with X.

However, I noticed an error in the console (see image).

Thanks for your help.

Hi @Bearzooka,

You might need to have the PHP memory limit of your site increased.

To do this, please login through FTP 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 try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Thanks Jade. That indeed did the trick.

You’re most welcome @Bearzooka!
It is really good to know that it has worked for you.

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