• Resolved antonb99

    (@antonb99)


    Hi! NinjaScanner stop on Skipping NinjaScanner files and all. Hanging for hours no mistakes.

    Log
    01-Apr-22 09:56:13 INFO Processing step 1/14
    01-Apr-22 09:56:13 INFO Skipping NinjaScanner files integrity check
    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Can you enable debugging in WordPress and see if there’s anything written to the PHP error log?

    1. Edit your wp-config.php
    2. Search for:
    define('WP_DEBUG', false);
    3. Replace with:
    define('WP_DEBUG', true);
    4. Add this line below:
    define( 'WP_DEBUG_LOG', true );

    Try to run the scanner.
    The log (if any) will be saved to “/wp-content/debug.log”.

    Thread Starter antonb99

    (@antonb99)

    Hi. There is nothing about NinjaScanner in debug.log. NinjaScanner see doesn’t know what it needs to work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop on Skipping NinjaScanner files’ is closed to new replies.