Viewing 4 replies - 1 through 4 (of 4 total)
  • Thanks for posting this, I just needed to comment out line 568 and it was fixed.

    Hopefully this will be fixed in the next update.

    Same problem with the string text – I have no idea how to implement that fix…. Guess I have to wait for an update.

    @awaba

    Open this file /wp-content/plugins/simple-login-log/simple-login-log.php

    Go to line 568

    Make this

    var_dump($sql);

    Look like this

    //var_dump($sql);

    Save file and it’s fixed. Or you can just delete that line.

    • This reply was modified 7 years, 6 months ago by Wasca.
    • This reply was modified 7 years, 6 months ago by Wasca.

    Done! Thanks:)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra var_log statement outputting mysql on Simple Login Log listing’ is closed to new replies.