Scan Failed
-
Everytime I tried to start scan on the website, it keeps failing.
“Scan Failed
The current scan looks like it has failed. Its last status update was 30 mins ago. You may continue to wait in case it resumes or stop and restart the scan. Some sites may need adjustments to run scans reliably”
“Fatal error: Maximum execution time of 30 seconds exceeded in /home/sitemaxp/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php on line 399”this is the error msg I get and I’ve tried
1.
php_value max_execution_time 300 put this code in .htaccess file
2.
define(‘WORDFENCE_SCAN_MIN_EXECUTION_TIME’, 8);
define(‘WORDFENCE_SCAN_FAILURE_THRESHOLD’, 600); put these codes in wp-config.php
3.
max_execution_time = 300 change execution time from 30 to 300 in php.ini filewhat else can i do at this moment?
I’m really stuck and I need some help please… thank you
- The topic ‘Scan Failed’ is closed to new replies.