Skip Navigation

[Closed] Critical Error Message

This support ticket is created 4 years 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 3 voices.

Last updated by Luo Yang 4 years ago.

Assisted by: Luo Yang.

Author
Posts
#2082069

Hi,

I am trying to access the Toolset settings but a message appears saying that a critical error has occured on my website and to check my emails for more information. I did not receive any email with information so I'm clueless on what to do right now.

Could you help resolve this issue with Toolset please?

Thanks,

Andréa

#2082337

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

That message is part of WordPress's built-in error handling, it should send an email to the site admin email address with more details about the cause of the error.

You would also be able to find details of the error in your PHP debug.log.

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 settings page where you observe the problem and then inspect the log.

If we can see details of the error it may help pin-point the problem.

Could you also in your next reply please include your Toolset debug info, as described here: hidden link

#2082357

Hello,

Here is the document about "PHP Debugging":
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging
section "PHP Debugging"

Please let me know if you need more assistance for it.

The topic ‘[Closed] Critical Error Message’ is closed to new replies.