Accueil › 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.
Ce sujet contient 1 reply, a 2 voix.
Dernière mise à jour par Nigel Il y a 4 years, 6 months.
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?
lien caché
What is the link to your site?
lien caché
Les langues: Anglais (English ) Espagnol (Español )
Fuseau horaire: Europe/London (GMT+01: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.