PHP warnings blowing up debug log
-
Since updating to 5.2.0 yesterday my debug log has been inundated with occurrences of these PHP notices (157MB of in under 24 hours):
[21-Jan-2016 15:09:18 America/Los_Angeles] PHP Notice: Undefined index: brute_force in 7/html/wp-content/plugins/better-wp-security/core/class-itsec-lockout.php on line 205
[21-Jan-2016 15:15:31 America/Los_Angeles] PHP Notice: Undefined index: brute_force_admin_user in /html/wp-content/plugins/better-wp-security/core/class-itsec-lockout.php on line 205
I have tried deactivating and reactivating but the issue continues. When I did so I received the following warning.
[21-Jan-2016 15:47:56 America/Los_Angeles] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘ITSEC_SSL_Setup’ does not have a method ‘execute_deactivate’ in /html/wp-includes/plugin.php on line 525
This is a production site with a lot of traffic so I’m trying to replicate this on a staging site. In the mean time, does anyone have any insight into this? Yesterday after seeing these notices reference “brute_force”, I disabled the brute force detection but that obviously didn’t help.
Thank you,
Ryan
- The topic ‘PHP warnings blowing up debug log’ is closed to new replies.