Fatal Error when trying to launch Pro Theme Options due to Cornerstone

Hi There,

Used to use X theme, upgraded to Pro awhile ago. Recently upgraded my Pro Theme, and now when launching Pro Theme options, I get this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2313295 bytes) in …html/wp-content/themes/pro/cornerstone/includes/classes/app/class-app.php on line 185

I don’t use Cornerstone anymore since I use the Pro theme, correct? Do i just need to delete this Cornerstone file in the Pro directory above?

Thank you,

Katie

HI Katie,

If you have Pro installed on the site, you do not need to install Cornerstone separately as it already comes native to Pro.

The error you are getting is for the PHP memory limit.

We’d recommend that you increase your memory allocated to PHP if you haven’t done so already. 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. */

In case the issue persists, you may get in touch with your hosting provider and have them increase your site’s PHP memory limit.

I hope this helps.

Yay that worked. Thanks so much!

Glad we were able to help :slight_smile:

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