• I just installed this for the first time because I was using another logger that was not being updated and started developing intermittent issues.

    On my first login attempt I got this error:
    Notice: Undefined variable: visitor_location in blahblahlblah/wp-content/plugins/user-login-log/user-login-log.php on line 372

    It seems the code was updated from using $visitor_location[‘IP’] to using $real_client_ip_address for the IP. I changed line 372 to read:
    $guest_ip = $real_client_ip_address;
    and all seems well.

    You may want to update that line so it doesn’t cause issues for others or for updates.

    Hope that helps.

    https://www.ads-software.com/plugins/user-login-log/

  • The topic ‘Crash on line 372’ is closed to new replies.