Constant error log output
-
There are some error logs that happen constantly so they fill up the debug.log very quickly.
This is on a multisite running PHP 7.1.14. I have reCaptcha setup for registration and login forms.
This happens sometimes when the settings page is open. It logs every time you visit the Access Lists tab in the Cerber Dashboard.
PHP Notice: Undefined index: proxy in /wp-content/plugins/wp-cerber/common.php on line 471When logged out users visit any page these get outputted.
PHP Notice: Undefined index: authonlyacl in /wp-content/plugins/wp-cerber/cerber-load.php on line 1971
PHP Notice: Undefined index: authonly in /wp-content/plugins/wp-cerber/cerber-load.php on line 1976I poked around in the code a little and I think that either forcing those keys to exist or to check that they exist before using them in conditional statements should fix it.
One other thing that isn’t really related is that when you change settings and save them. You have to reload the page again because it shows the old settings and if you save again it’ll overwrite your previous changes.
The page I need help with: [log in to see the link]
The topic ‘Constant error log output’ is closed to new replies.