Cornerstone Text Editor - Not Working

Hello.
While clicking “Edit Text -->”, the left pane goes white and does not load.
This is happening with text, and all models content areas.
Wordpress fully updated. 5.1.1
X Theme fully updated. 6.5.5
Cornerstone fully updated. 3.5.4
Cache flushed.
Active plugins: Content Dock, Cornerstone & Gravity Forms.

Hey @chadever,

Please try to get 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 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.

This did not resolve the issue.
Secure note with credentials has been submitted.

Hey Chad,

TinyMCE still doesn’t load even though Cornerstone requests it. It looks like the blocking is happening on your CDN end as you can see on my screenshot above. Would you mind checking with your CDN service/host to see if they are blocking any scripts from loading?

Hope this helps.

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