Conerstone won´t load

Hey, i have a problem with Conerstone.

When running

(‘WP_DEBUG’, true);

I get back this,

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 741376 bytes) in /www/webvol21/3v/gmda7bf1k8cerlp/netcodeapartment.se/public_html/wp-content/plugins/cornerstone/includes/elements/mixins_includes/_anchor.php on line 197

This is what i see,

include( dirname( FILE ) . ‘/…/mixins_setup/_anchor.php’ );

What do i do? :slight_smile:

This was the solution!

wp_config.php

define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

Glad you’ve found the solution, Tim. :slight_smile:

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