• Resolved Gal Baras

    (@galbaras)


    Getting the following repeatedly:

    [19-Dec-2023 05:55:11 UTC] PHP Warning: Undefined array key "clear-locks" in ROOT/wp-content/plugins/better-wp-security/core/lib/class-itsec-scheduler-cron.php on line 54
    
    [19-Dec-2023 05:55:11 UTC] PHP Warning: Trying to access array offset on value of type null in ROOT/wp-content/plugins/better-wp-security/core/lib/class-itsec-scheduler-cron.php on line 54
    
    [19-Dec-2023 05:55:11 UTC] PHP Warning: Undefined array key "purge-log-entries" in ROOT/wp-content/plugins/better-wp-security/core/lib/class-itsec-scheduler-cron.php on line 54
    
    [19-Dec-2023 05:55:11 UTC] PHP Warning: Trying to access array offset on value of type null in ROOT/wp-content/plugins/better-wp-security/core/lib/class-itsec-scheduler-cron.php on line 54

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ben Meredith

    (@benmeredithgmailcom)

    Hey @galbaras

    Here’s a video showing you what I believe is the solution to your issue: https://www.loom.com/share/7856cd6e557b48de8b5b303575dccf9c

    Enable ITSEC_DEBUG by adding this to your wp-config.php file:

    define( 'ITSEC_DEBUG', true );

    And then navigate to the debug menu and reset the scheduler. That should resolve this. If not, definitely reach back out here!

    Plugin Support chandelierrr

    (@shanedelierrr)

    Hi there,

    I hope the information above helped resolve the PHP warnings. Tracking notifications on this forum can become tricky over time, and since we haven’t received a response, I’ll mark this post resolved.

    If you still require further assistance, feel free to open a new support topic, and we’d be happy to assist.

    Thank you!

    Thread Starter Gal Baras

    (@galbaras)

    Doing the plugin’s cron reset seems to have solved the problem. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined array key “clear-locks” and more in scheduler’ is closed to new replies.