• Resolved JboyJW

    (@jboyjw)


    I’m using the latest WordPress and latest WordFence. No database errors, wp-admin isn’t blocked, tried upping memory to 300, stil the same error. Stops at a different place every time though. In debug mode, here’s what I’m getting in the top several lines from the activity log:

    [Sep 01 18:36:25:1441132585.795499:4:info] Calling Wordfence API v2.17:https://noc1.wordfence.com//v2.17/?v=4.3&s=http%3A%2F%2Fmooresuites.com&k=22bfce59937dea286b4ac77772799f774366fbfa0f68a3129df425be52178ac8103b5f9f92542713736359f1a2297c003fc05d450cca51d14d00b49f96f5f913&action=send_net_404s
    [Sep 01 18:35:50:1441132550.648511:4:info] Scan process ended after forking.
    [Sep 01 18:34:33:1441132473.710142:4:info] Entered fork()
    [Sep 01 18:34:33:1441132473.709487:4:info] Calling fork() from wordfenceHash::processFile with maxExecTime: 15
    [Sep 01 18:34:33:1441132473.666563:4:info] Scanning: /home/content/02/10103502/html/wp-content/plugins/google-analytics-for-wordpress/index.php (Mem:45.5M)
    [Sep 01 18:34:33:1441132473.664697:4:info] Scanning: /home/content/02/10103502/html/wp-content/plugins/google-analytics-for-wordpress/includes/class-utils.php (Mem:45.5M)
    [Sep 01 18:34:33:1441132473.640348:4:info] Scanning: /home/content/02/10103502/html/wp-content/plugins/google-analytics-for-wordpress/includes/class-settings.php (Mem:45.5M)

    Further down, there are messages like:
    [Sep 01 18:34:14:1441132454.611878:4:info] getMaxExecutionTime() returning half ini value: 150
    [Sep 01 18:34:14:1441132454.610284:4:info] Got max_execution_time value from ini: 300

    and
    [Sep 01 18:33:52:1441132432.255704:4:info] getMaxExecutionTime() returning half ini value: 15
    [Sep 01 18:33:52:1441132432.255192:4:info] Got max_execution_time value from ini: 30

    Not sure if those mean anything.

    Thanks for any help.

    https://www.ads-software.com/plugins/wordfence/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JboyJW

    (@jboyjw)

    Tried scanning again late at night when there’s less traffic and it completed properly. Is it the max_execution_time php parameter that I should be increasing to make it work during peak hours?

    Plugin Author WFMattR

    (@wfmattr)

    Yes, it looks like you might have already increased max_execution_time in php.ini, from the two different log messages above — 300 might be a bit long, and might run into Apache’s own limit. You might try setting max_execution_time in php.ini to 60, and then setting the Wordfence option “Maximum execution time for each scan stage” to only 15 — that will give much more leeway than the default settings, if the server is under very heavy load.

    Is the server your own? Sometimes on shared hosting or a managed VPS, the host may limit time or memory in other ways.

    Also, have you tried using Wordfence’s Falcon cache? If your site doesn’t have a lot of dynamic content, serving cached pages can lighten the load significantly, so the server isn’t so busy. (On shared hosting, it might not help as much, if other people’s sites are causing the high load.)

    We also have a reference page on scans that won’t finish here, but I think you have already tried these steps — in case other people find this post with a similar problem in the future, I am including a link here:
    My scans don’t finish

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scan can't continue – stored data not found after a fork. Got type: boolean’ is closed to new replies.