Hi Shawn, is there anywhere on the GeoIP site an instruction how to install the extension on CentOS?
The Geo IP PHP extension is not installed. You can find information about how to install it here:
Used option #1, but for some reason the user map tab is not showing up top. :/
Code:The Geo IP PHP extension is not installed. You can find information about how to install it here:
I am looking at the server and it shows it was installed properly:
rpm -qa | grep GeoIP*
None at all... it would be a completely different system then, sorry.is there any chace to get this extension without needing geoip? manuel location defination by users would be nice
- Updated for XenForo 1.2 (requires 1.2)
- Works better on HTTPS sites
- Removed all options (using new is_staff flag for showing mod/admin pins)
- Added support for spiders (white pin)
- Upgraded to Google Maps API's new visual refresh
Reminded me I forgot to release the XF 1.2 specific version of this which that was already fixed in. Done now.Anyone using this and using https for their entire site, you need to change usermap_index line.
$type = 3;
$type = 0;
$type = ($user['is_staff'] ? 3 :
$type = ($user['is_staff'] ? 0 :
ErrorException: Undefined offset: 2 - library/DigitalPointUserMap/ControllerPublic/UserMap.php:139
Generated By: Tracy, 3 minutes ago
Stack Trace
#0 /var/www/mustangbit/library/DigitalPointUserMap/ControllerPublic/UserMap.php(139): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/var/www/mustan...', 139, Array)
#1 /var/www/mustangbit/library/XenForo/FrontController.php(337): DigitalPointUserMap_ControllerPublic_UserMap->actionIndex()
#2 /var/www/mustangbit/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/mustangbit/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(30) "http://mustangbit.com/usermap/"
["_GET"] => array(1) {
["/usermap/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.