Scan stops after forking
-
I have been able to get Wordfence scans to run on some sites that are hosted on a server but they aren’t running for every site on this server.
I have tried everything in the Support documentation and on this forum including disabling all plugins except the ones that are critical to the site’s look and function, all themes and updates have been updated but nothing helps.To just try to get the basic options of Wordfence working on a site I changed the scan to the Limited Scan Type and I’ve turned off Wordfence’s Firewall but that hasn’t helped.
I have turned on debugging and run the scans with start all scans remotely turned on and off.These are the results of both types of scans:
1. Start all Scans Remotely turned OFF After a failed scan I clicked the Close button on Scan Stage Failed yellow bar and started the scan again Scan stop request received. Ajax request received to start scan. Entering start scan routine Got value from wf config maxExecutionTime: 20 getMaxExecutionTime() returning config value: 20 Test result of scan start URL fetch: array ( 'headers' => . . . 'body' => 'WFSCANTESTOK', 'response' => array ( 'code' => 200, 'message' => 'OK', ), . . . 'http_response' => WP_H Starting cron with normal ajax at URL https://[site_url]/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=limited&cronKey=[cronKey]&signature=[signature] Scan process ended after forking. 2. Start all Scans Remotely turned ON After a failed scan I clicked the Close button on Scan Stage Failed yellow bar and started the scan again Scan stop request received. Ajax request received to start scan. Entering start scan routine Got value from wf config maxExecutionTime: 20 getMaxExecutionTime() returning config value: 20 Starting cron via proxy at URL https://noc1.wordfence.com/scanp/[site_url]/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=limited&cronKey=[cronKey]&k=[k]&ssl=1&signature=[signature] Scan process ended after forking.The page I need help with: [log in to see the link]
The topic ‘Scan stops after forking’ is closed to new replies.