I am trying to: build pages with cornerstone builder and it is not working anymore
it used to ! so my beautifull landing page is out ... need urgent recovery
Link to a page where the issue can be seen: hidden link
I'm seeing a 500 error when I try to log in at /wp-admin, can you help? I've tried multiple browsers with no luck. If necessary, log in to the server with FTP and go to /wp-content/, then rename the "plugins" directory to be "plugins-backup". This will effectively disable all plugins. Then go to /wp-content/themes/ and rename your custom theme folder as well. This should temporarily disable your custom theme. Then we should be able to get access to wp-admin and do some troubleshooting.
If this does not give you access to wp-admin, please turn on server logs to see more information about this error. If you're not familiar with server logs I can show you how to activate them temporarily. Go in your wp-config.php file and look for
define('WP_DEBUG', false);
Change it to:
define('WP_DEBUG', true);
Then add these lines, just before it says 'stop editing here':
Then try to access wp-admin again. This will create an error_log.txt file in your site's root directory. Please send me its contents. Once that is done, you can revert the changes you made to wp-config.php.
Hi, I reactivated Cornerstone and clicked "Stop using the Template Layout" for this Page. I believe the design is showing up as expected now. Can you confirm?