• Hello,

    Installed and configured the plugin, i can’t see any log at all, the only thing that gets updated is the “2 items” in the right corner (see picture) so it’s obviously logging but not displaying any data at all, also when i click download csv nothing happens etc.. what could be wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Faiyaz Alam

    (@faiyazalam)

    @aveave202

    I am unable to reproduce the bug.
    As you can see I requested Rago to discuss the bug over skype but he did not contact me yet.

    I request you to check this upcoming release:
    https://github.com/faiyazalam/user-login-history

    Thanks

    Plugin Contributor Harm10

    (@harm10)

    Hi! Is this release already published? Because I have the same problem. Nothing gets logged. I installed both on normal install type and multi site install. I log out and log in again but nothing shows.

    Plugin Contributor Harm10

    (@harm10)

    Thanks for your reply. I am sorry to say that I do not use Skype and do not have a camera. Is there any other way I can supply you of information to debug this problem?

    Plugin Contributor Harm10

    (@harm10)

    I saw that you tried to contact. Please tell me in what time zone you are so we can agree on a time that we are both at the computer……….. ??

    Plugin Author Faiyaz Alam

    (@faiyazalam)

    @harm10
    As per our discussion over Skype, we have fixed the issue and updated the code.
    You can update it to version 1.5.2.

    To fix this bug, I just did two modifications in the plugin table i.e. fa_user_logins:
    1)When we pass value greater than the field length, wordpress does not save it, so I changed length of ip field from varchar 20 to varchar 200. Now it can also save IPv6.

    2)I also changed time_logout field from NOT NULL to NULL.
    I was not using the field time_logout in sql query while saving user info at login.
    So, this field considered as null value, due to which it was not saving user info.
    This bug was happening in some servers.

    @jeriksson please check this version 1.5.2 and let us know if you still find any issue.

    Thanks.

    • This reply was modified 7 years, 6 months ago by Faiyaz Alam.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Doesn’t work, does not display any log at all’ is closed to new replies.