[ Web Proxy ]
URL:
Viewing: https://wordpress.org/support/topic/scan-doesnt-stop/ [Back]  [Original]

scan doesn’t stop | WordPress.org Skip to content WordPress.org
Get WordPress
WordPress.org

Forums

Skip to content

Forums / Plugin: NinjaScanner - Virus & Malware scan / scan doesn’t stop

scan doesn’t stop

Viewing 1 replies (of 1 total)
  • 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 );

    Run a scan. The log (if any) will be saved to “/wp-content/debug.log”.

    You can also adjust the configuration to use less server resource:
    1.Basic Settings:
    -File Size > Scan only files smaller than : Set it to 100kb
    -Ignore file extensions: Add the following extensions:
    po,pot,mo,css,png,jpg,gif,tiff,xml,json,woff,woff2,ttf,eot,yaml,svg,txt
    2. Advanced Users Settings:
    -Files and folders > Warn if executable files: Disable it.
    3. Nerds Settings
    -File integrity checksum: Select “MD5”

Viewing 1 replies (of 1 total)

The topic ‘scan doesn’t stop’ is closed to new replies.

The WordPress® trademark is the intellectual property of the WordPress Foundation.
Web Proxy Viewer  |  New URL  |  Original Page