RobertKelford
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] Minimum requirements not metOops, didn’t have the database installed:
Corrected lookup with debugging on:
Notice: Lookup Error: The value “2001:4860:4801:5::91 ” is not a valid IP address. in C:\<obfuscated>\wp-content\plugins\geoip-detect\api.php on line 36
The function $record = geoip_detect2_get_info_from_ip(‘2001:4860:4801:5::91 ‘, NULL); returns an object:
Lookup duration: 0.01812 sLookup Error: The value “2001:4860:4801:5::91 ” is not a valid IP address.
Key Value
$record->city->name
$record->mostSpecificSubdivision->isoCode
$record->mostSpecificSubdivision->name
$record->country->isoCode
$record->country->name
$record->location->latitude
$record->location->longitude
$record->continent->code
$record->location->timeZoneP.S. everything is working great after the update. thanks for the quick response.
Forum: Plugins
In reply to: [Geolocation IP Detection] Minimum requirements not metGetting this lookup with the modified check_requirements.php- Not sure if it helps.
The function $record = geoip_detect2_get_info_from_ip(‘2001:4860:4801:5::91 ‘, NULL); returns an object:
Lookup duration: 0.11017 s
Key Value
$record->city->name
$record->mostSpecificSubdivision->isoCode
$record->mostSpecificSubdivision->name
$record->country->isoCode
$record->country->name
$record->location->latitude
$record->location->longitude
$record->continent->code
$record->location->timeZoneForum: Plugins
In reply to: [Geolocation IP Detection] Minimum requirements not metWe will see if we can check that prior to updating the plugin. Won’t be able to test until 4th May 2015.
Good work on the plugin. Usually works like a charm 🙂
Forum: Plugins
In reply to: [Geolocation IP Detection] Minimum requirements not metI can confirm this issue.
Getting a version mismatch from the plugin when using the latest version of WordPress.
We are using this with Contact Form 7 (https://ww.wp.xz.cn/plugins/contact-form-7/) and Contact Form 7 Lead info with country (https://ww.wp.xz.cn/plugins/contact-form-7-lead-info-with-country/) plugins.It causes the forms send script to hang unless GEOIP Detection is turned off (if anyone else needs a temp fix for this combination).
Not able to check the IPv6 setting at this time.
Error is as follows:
GeoIP Detection: Minimum requirements not met.
The plugin GeoIP Detection plugin requires PHP 5.3.1 (you’re using PHP 5.5.3) and WordPress version 3.5 (you’re using: 4.2.1) and therefore does exactly nothing.
You can update, or install an 1.x legacy version of this plugin instead.