• Resolved podguzon39

    (@podguzon39)


    Здравствуйте! К сожалению сканирование стало зависать постоянно на шаге 2.
    Очистка кеша вручную и переустановка плагина не помогает.
    Изменение способа сканирования с “Fork process using WordPress built-in Ajax Process Execution.” на “Fork process using WordPress built-in WP-CRON.” не помогает, показывает ошибку “Error: Fatal error: the HTTP server returns a [500 Internal Server Error] HTTP code. Aborting”.
    Подскажите пожалуйста как исправить эту проблему?

    11-Jun-22 21:16:37 INFO  Processing step 1/14
    11-Jun-22 21:16:37 INFO  Skipping NinjaScanner files integrity check
    11-Jun-22 21:16:37 DEBUG Process executed in 0.0007 seconds and used 90,76 MB of memory (NinjaScanner additional memory: 0,00 MB).
    11-Jun-22 21:23:07 INFO  Cancelling scanning process (user resquest)
Viewing 1 replies (of 1 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Enable debugging in WordPress and check if there’s anything written to the PHP error log:
    1. Edit your wp-config.php script
    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”.

Viewing 1 replies (of 1 total)
  • The topic ‘Сканирование зависает на 2 шаге’ is closed to new replies.