Home › Toolset Professional Support › [Closed] Error message when trying to open certain pages in admin screen
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
This topic contains 1 reply, has 2 voices.
Last updated by Nigel 4 years, 1 month ago.
Tell us what you are trying to do?
Error message when trying to open certain pages in admin screen:
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Is there any documentation that you are following?
Nope, just trying to view plugin admin pages on back end.
Is there a similar example that we can see?
hidden link
What is the link to your site?
hidden link
Languages: English (English ) Spanish (Español )
Timezone: Europe/London (GMT+00:00)
Can you share details of the errors from your logs?
If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);
That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the same pages where you observe the problem and then inspect the log.
The topic ‘[Closed] Error message when trying to open certain pages in admin screen’ is closed to new replies.