Fatal PHP errors Cornerstone_Element_Base not found

Hey there.

URL: https://nrcf.org.au/

I’m getting these below PHP errors related to Cornerstone classic elements.

Is there a way to fix this?

I have Cornerstone v3.2.5 and latest X theme.

[Tue Aug 14 12:01:26 2018] [error] [client 216.244.66.200] PHP Fatal error: Class ‘Cornerstone_Element_Base’ not found in ~/public_html/wp-content/plugins/cornerstone/includes/elements/classic/_alternate/feature-headline.php on line 3

[Tue Aug 14 11:37:15 2018] [error] [client 216.244.66.200] PHP Fatal error: Class ‘Cornerstone_Element_Base’ not found in ~/public_html/wp-content/plugins/cornerstone/includes/elements/classic/_alternate/skill-bar.php on line 3

[Tue Aug 14 11:36:44 2018] [error] [client 216.244.66.200] PHP Fatal error: Class ‘Cornerstone_Element_Base’ not found in ~/public_html/wp-content/plugins/cornerstone/includes/elements/classic/_alternate/self-hosted-audio.php on line 3

Many thanks and regards, Rhys.

Hey Rhys,

Please try reinstalling Cornerstone. You can do that by deactivating and deleting the Cornerstone plugin and then go to X > Validation and X will automatically install a fresh copy for you.

Also increase your memory by adding this code in your wp-config.php

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

Thanks.

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