• I’ve been having a few performance issues with my site so had a look at the logs and I found many many PHP errors caused by Limit Login Attempts.

    [02-Apr-2016 20:29:59 UTC] PHP Warning: Illegal offset type in isset or empty in /…../wp-content/plugins/limit-login-attempts/limit-login-attempts.php on line 572

    [02-Apr-2016 20:29:59 UTC] PHP Warning: Illegal offset type in /…./wp-content/plugins/limit-login-attempts/limit-login-attempts.php on line 575

    [02-Apr-2016 23:16:05 UTC] PHP Warning: Illegal offset type in /…./wp-content/plugins/limit-login-attempts/limit-login-attempts.php on line 578

    Is anyone else getting these errors, I’m considering finding a replacement plugins as this is no longer supported.

    https://ww.wp.xz.cn/plugins/limit-login-attempts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AdventureRidingNZ

    (@adventureridingnz)

    Here’s another one

    [02-Apr-2016 07:12:52 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/adventu1/public_html/wp-content/plugins/limit-login-attempts/limit-login-attempts.php:572) in /home/adventu1/public_html/wp-includes/pluggable.php on line 1228

    AdventureRidingNZ:
    It is helpful, when posting errors you see, to include at least the exact version of WP you are running. Other plugin versions – especially platform-type plugins like Genesis may also be helpful.

    The modify headers warning is due to either your theme or another plugin using a header setting prior to the LLA plugin code getting executed. The header can be set only once. This is not a warning caused by LLA code.

    Jeff

    WPChef

    (@wpchefgadget)

    This issue has been resolved in the new version of this plugin Limit Login Attempts Reloaded. https://ww.wp.xz.cn/plugins/limit-login-attempts-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Limit Login Attempts generating PHP errors’ is closed to new replies.