Hi @kingsab,
Sorry to hear that the issue is still there, we should be able to get more info on what is causing the issue if you could provide us with a debug.log file of your site.
You can enable debug log by accessing your installation files via FTP or cPanel, and in your root WP folder edit wp-config.php file by replacing define(‘WP_DEBUG’, false); with this code:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set( 'log_errors', 1 );
@ini_set( 'display_errors', 0 );
Visit Dashboard and Tools page page so the error shows up again and this should create debug.log file inside your /wp-content/ folder.
Please upload that file to any file sharing service like GDrive or Dropbox and send us the download link by using our contact form here:
https://wpmudev.com/contact/#i-have-a-different-question
Send in:
Subject: “Attn: Predrag Dubajic”
– Link to your WordPress site
– Download link to the debug.log file
– Link back to this thread for reference (https://www.ads-software.com/support/topic/defender-causing-a-critical-error/)
– Any other relevant urls/info
To ensure we don’t miss this please let us know once you’ve submitted the email.
Thank you,
Predrag