The Geo has been broken for several years. I have been fixing the plugin’s PHP code every time I upgrade the plugin to a newer version. Perhaps Mike will incorporate what I am pasting below.
The issue is with the path to the GeoLiteCity.dat file. You can fix this by opening up the file: visitor-maps.php and then scroll down to about line 863
Change the line to look like this:
if ( !file_exists(WP_CONTENT_DIR .’/plugins/visitor-maps-geoip/GeoLiteCity.dat’) ) {
You will notice that the /plugins part is missing, that must be added for you to be able to enable the geolocation.
[ Signature moderated ]
-
This reply was modified 7 years, 8 months ago by Jan Dembowski. Reason: Removed signature