Did you check the scanner log (click on the “Log” tab) to see if there was any error?
Scanner goes only to 2nd step and stops.
Here log files:
As you see memory limit is 512M but plugin does not uses it.
How to resolve?
20-Mar-19 10:31:45 INFO Scheduling a scanning process
20-Mar-19 10:31:46 INFO Starting scanning process
20-Mar-19 10:31:46 DEBUG Server memory_limit: 512M
20-Mar-19 10:31:46 DEBUG Server max_execution_time: 0
20-Mar-19 10:31:46 INFO Processing step 1 (0/10)
20-Mar-19 10:31:46 INFO Skipping NinjaScanner files integrity check
20-Mar-19 10:31:46 DEBUG Process used 19,896,304 bytes out of 20,971,520 bytes of allocated memory.
20-Mar-19 10:31:46 INFO Processing step 2 (0/10)
Hi,
It looks like the scan was stopped by PHP for whatever reason.
Can you check your PHP error log?
1. Enable WP_DEBUG in your WordPress wp-config.php:
Search for: define('WP_DEBUG', false);
Replace with: define('WP_DEBUG', true);
2. Enable WordPress debug log in your WordPress wp-config.php:
Add this line: define( 'WP_DEBUG_LOG', true );
The log (if any) will be located in “/wp-content/debug.log”.