Hi, I got the plugin working ok but now it throws this error when I try to view the map or run the cron entry manually:
Fatal error: Class 'GeoIp2\Database\Reader' not found in /home/username/public_html/src/addons/DBTech/MemberMap/Model/GeoIp.php on line 40
I've tried uninstalling, deleting the files re-uploading and reinstalling the plugin but I still get this error no matter what I do.
This is the line throwing the error in GeoIp.php. It seems like it's not happy with the GeoIP2 File path which I have checked and it's correct:
$this->reader = new \GeoIp2\Database\Reader($options->dbtech_membermap_geoip2_path);
Any help would be greatly appreciated!
Fatal error: Class 'GeoIp2\Database\Reader' not found in /home/username/public_html/src/addons/DBTech/MemberMap/Model/GeoIp.php on line 40
I've tried uninstalling, deleting the files re-uploading and reinstalling the plugin but I still get this error no matter what I do.
This is the line throwing the error in GeoIp.php. It seems like it's not happy with the GeoIP2 File path which I have checked and it's correct:
$this->reader = new \GeoIp2\Database\Reader($options->dbtech_membermap_geoip2_path);
Any help would be greatly appreciated!