I attempted to get cornerstone to work and noticed that I needed to do a few things.
- increase memory in WP_Config.php. (didn’t fix the issue)
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
-
disable all plugins (didn’t fix the issue)
all plugins disabled including WordFence. -
Upgrade Wordpress
Since upgrading now I cannot get into the WP Admin screen. I see this message:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
Can you assist?