No error email and no entry in debug log
-
Hi there,
I’m currently developing a custom plugin for a client. I get this error, when visiting the page:
There has been a critical error on your website
The problem is, that I did not receive any email and the debug.log file is empty. So I have no idea, what the issue is and therefore can’t fix it.
These are the debug settings in my config file:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); @ini_set( 'display_errors', 1 ); @ini_set('error_reporting', E_ALL);
I even installed this plugin, to log the sent emails: https://www.ads-software.com/plugins/post-smtp/
But no new email is shown there. The test email within the plugin is sent successfully, so email delivery seems to work.
Is there any way for me to get the error?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘No error email and no entry in debug log’ is closed to new replies.