• Resolved hdiueidh

    (@hdiueidh)


    We have a script that pulls PHP errors out of our logs. We got a recoverable fatal error from Limit Login Attempts Reloaded today (see below). Today was the first time we have seen this error, but, now that i’m looking through the logs, i can see that the first three warnings listed below, which preceded the error, have been occurring for a little while.

    Is anyone else seeing something like this? Looks like a type bug needing repair in the next update.

    LLAR version: 2.13.0;
    WordPress version: 5.4.1;
    PHP version: 7.2;

    [10-Jun-2020 17:57:43 UTC] PHP Warning:  Illegal offset type in /www/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 859
    [10-Jun-2020 17:57:43 UTC] PHP Warning:  Illegal offset type in /www/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 866
    [10-Jun-2020 17:57:43 UTC] PHP Warning:  Illegal offset type in /www/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 867
    [10-Jun-2020 17:57:43 UTC] PHP Warning:  Illegal offset type in /www/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 877
    [10-Jun-2020 17:57:43 UTC] PHP Recoverable fatal error:  Object of class WP_Error could not be converted to string in /www/wp-content/plugins/limit-login-attempts-reloaded/core/LimitLoginAttempts.php on line 815
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP errors from new version of plugin’ is closed to new replies.