dsoares / roundcube-lastlogin

Roundcube plugin to save and show user login information and login history.
GNU General Public License v3.0
16 stars 12 forks source link

Content of column "location" shows ', ,' - why is there no data maintained? #14

Closed cmonty14 closed 8 years ago

cmonty14 commented 8 years ago

Content of column "location" shows two commas inserted? 2016-07-26_13-39-07 Why is there no real location data maintained?

dsoares commented 8 years ago

Maybe because you didn't configure your system's GeoIP C library properly. Check the GeoIP PHP requirements and install the free GeoLite2 Free Downloadable Databases from MaxMind.

You may test from the command-line with: $ geoiplookup 155.56.40.65

If this command shows the correct information and the plugin lastlogin still returns an empty location, then please reopen this issue.

cmonty14 commented 8 years ago

confirmed