Scan don't start
-
I think I went through all troubleshooting possible for scan doesn’t start issue.
1. In Diagnostic page everything is green, no errors
2. Hosting guys confirmed that nothing is blocked on their end
3. This is the reseller account and on other sites scans do start
4. The site was moved from one hosting to another just recently and on original hosting everything was working
5. Wordfence has been reinstalled, option to remove database entries when plugin deactivated was checked, so it was a fresh install
6. Changing PHP versions doesn;t help
7. Process excecution in options is limited to 15 seconds
8. Since LiteSpeed Server was used the following was added to htacccess
# BEGIN litespeed noabort – for wordfence
<IfModule rewrite_module>
RewriteEngine On
RewriteRule .* – [E=noabort:1]
</IfModule>
# END litespeed noabort
9. Firewall part is working correctly and prepends wordfence-waf.php correctly using the following string in htaccess
php_value auto_prepend_file ‘/<path-to>/wordfence-waf.php’
10. Entries in wordfence-waf.php point to the right location
11. Perissions are set correctly to 0644 (default)
12. Start all scans remotely – doesn’t help
13 /wp-admin/admin-ajax.php retirns 0 as it shouldPlease let me know of there is anything I can try.
Thank you.
- The topic ‘Scan don't start’ is closed to new replies.