• lafourmi

    (@lafourmi)


    Bonjour,

    Lorsque je veux lancer le scanner, il coince tout le temps à l’étape 13.
    J’ai en message dans le journal :

    27-Jan-24 00:04:04 INFO Annulation du processus d’analyse (nscan_check_status: response != success)
    27-Jan-24 00:04:04 DEBUG Impossible de trouver le fichier de verrouillage.

    Je ne comprends pas ce qu’il faut faire…

    Merci !

Viewing 1 replies (of 1 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', 1);
    4. Add this line below:
    define('WP_DEBUG_LOG', 1);

    Run a scan until it hangs. Then, check the log (if any) will be saved to “/wp-content/debug.log”.

Viewing 1 replies (of 1 total)
  • The topic ‘Ninjascanner bloque à l’étape 13’ is closed to new replies.