Not able to activate cornerstone after installation

hello, I just installed and activated X, and installed all recommended plugins, but I can’t activate the cornerstone plugin to start using the theme.
I receive a fatal error every time I try. any advice?

Hello Nassib,

Would you mind letting us know what error are you getting when you try to activate Cornerstone on your website?

For the meantime, you migh need to have 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 topic was automatically closed 10 days after the last reply. New replies are no longer allowed.