• Resolved Jer Turowetz

    (@jturowetzgmailcom)


    Getting a bunch of deprecated errors from LLAR on the login screen:

    Deprecated: Use of "self" in callables is deprecated in /wp-content/plugins/limit-login-attempts-reloaded/core/Helpers.php on line 138
    Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/limit-login-attempts-reloaded/core/Helpers.php on line 142
    Deprecated: Use of "self" in callables is deprecated in /wp-content/plugins/limit-login-attempts-reloaded/core/Helpers.php on line 138
    Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/limit-login-attempts-reloaded/core/Helpers.php on line 142

    Deprecation notices on PHP 8.2 and up, which be errors on PHP 9.0 and up so this needs to be addressed. Feels like simple fixes. I’ll open some PRs if you could approve and merge. I’ll post links below as I write them.

    FIXES

    Here’s a fix for the stripslashes() issue: https://github.com/WPChef/limit-login-attempts-reloaded/pull/191

    • This topic was modified 4 months, 1 week ago by Jer Turowetz. Reason: added a fix
    • This topic was modified 4 months, 1 week ago by Jer Turowetz. Reason: Added reason why this is important

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

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.