Undefined index: log
-
We’re getting the error
Undefined index: log
on line 101 ofwp-security-audit-log/classes/Sensors/LogInOut.php
on the general login screen regardless of whether or not a POST actually even happens. We only get this on a rather complex site with lots of code so I’m still digging deeper but for now my solution was to change 101 to be:$username = array_key_exists( 'log', $_POST ) ? $_POST["log"] : '';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined index: log’ is closed to new replies.