Saltar navegación

[Cerrado] Error message when trying to open certain pages in admin screen

This support ticket is created 4 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel 4 years, 6 months ago.

Autor
Mensajes
#2245757

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?
enlace oculto

What is the link to your site?
enlace oculto

#2245833

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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.

El debate ‘[Cerrado] Error message when trying to open certain pages in admin screen’ está cerrado y no admite más respuestas.