Fatal Error message related to Cornerstone

Hello, I just updated a bunch of plugins for my website site (truckeeriverguide.org) and am now getting a Fatal Error message related to cornerstone. It says:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 54 bytes) in /home/content/86/11699886/html/truckeeriverguide/wp-content/plugins/cornerstone/includes/classes/classic/controls/class-control.php on line 42

Do you know how I can fix this?
Thank you!
Kelsey

Hi Kelsey,

Thank you for writing in, that error means your site is reaching the allocated memory limit. Lets try increasing it.

Add this on your wp-config.php file located at the root directory of your site.

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

You can add it just before the line:

/* That’s all, stop editing! Happy blogging. */

If this does not work, please contact your hosting support and ask how you can increase the PHP memory limit effectively, because some hosting service provider restricts users from increasing the memory limit manually.

Let us know how it goes,
Cheers!

1 Like

Thank you so much! That solved my problem, my site is up and running again. Much appreciated!
Kelsey

We are delighted to assist you with this.

Cheers!

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