Digital Point User Map

Digital Point User Map 1.3.2

No permission to download
Thank you - I did forget to restart apache. However, it yells at me about GeoIPCity.dat missing... when I've only got GeoLiteCity.dat as per the download...
You need to rename it.. I have a cron job that runs a script every 7 days and pulls the new stuff in and performs a rename on it to fit what it should be.
 
When I click on a dot "View in Google Earth" it let me only download a file called "user.kml"
 
.kml files normally open in Google Earth, but I suppose if your browser/computer isn't set to open them in Google Earth, then it would download them.

Probably not a lot that can be about that other than set your browser to open them in Google Earth automatically.
 
@digitalpoint, I just got this in one of my forum system logs
Code:
Zend_Http_Client_Adapter_Exception: Template modification callback error: Unable to Connect to ssl://api.digitalpoint.com:443. Error #0: php_network_getaddresses: getaddrinfo failed: Name or service not known - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Tracy, Yesterday at 12:48 PM
Stack Trace
#0 /usr/local/lsws/DEFAULT/html/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('api.digitalpoin...', 443, true)
#1 /usr/local/lsws/DEFAULT/html/library/DigitalPointUserMap/TemplateCallback/Attribution.php(30): Zend_Http_Client->request('GET')
#2 /usr/local/lsws/DEFAULT/html/library/DigitalPointUserMap/TemplateCallback/Attribution.php(42): DigitalPointUserMap_TemplateCallback_Attribution::_checkBranding(Array)
#3 [internal function]: DigitalPointUserMap_TemplateCallback_Attribution::insert(Array)
#4 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/TemplateModificationAbstract.php(217): preg_replace_callback('#(<div id="copy...', Array, '<xen:edithint t...')
#5 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/TemplateModificationAbstract.php(152): XenForo_Model_TemplateModificationAbstract->applyTemplateModifications('<xen:edithint t...', Array, Array)
#6 /usr/local/lsws/DEFAULT/html/library/XenForo/DataWriter/Template.php(182): XenForo_Model_TemplateModificationAbstract->applyModificationsToTemplate('footer', '<xen:edithint t...', Array)
#7 /usr/local/lsws/DEFAULT/html/library/XenForo/DataWriter/Template.php(244): XenForo_DataWriter_Template->_verifyPrepareTemplate('<xen:edithint t...')
#8 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/Template.php(1146): XenForo_DataWriter_Template->reparseTemplate()
#9 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/Template.php(1203): XenForo_Model_Template->reparseTemplate(Array, false)
#10 /usr/local/lsws/DEFAULT/html/library/XenForo/Deferred/TemplateReparse.php(20): XenForo_Model_Template->reparseAllTemplates(7.999969959259, 0, 116)
#11 /usr/local/lsws/DEFAULT/html/library/XenForo/Deferred/Atomic.php(66): XenForo_Deferred_TemplateReparse->execute(Array, Array, 7.999969959259, 'Reparsing... Te...')
#12 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/Deferred.php(256): XenForo_Deferred_Atomic->execute(Array, Array, 7.9999990463257, 'Reparsing... Te...')
#13 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 7.9999990463257, 'Reparsing... Te...', false)
#14 /usr/local/lsws/DEFAULT/html/library/XenForo/Model/Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, 'Reparsing... Te...', false)
#15 /usr/local/lsws/DEFAULT/html/library/XenForo/ControllerAdmin/Tools.php(159): XenForo_Model_Deferred->run(true, NULL, 'Reparsing... Te...', false)
#16 /usr/local/lsws/DEFAULT/html/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Tools->actionRunDeferred()
#17 /usr/local/lsws/DEFAULT/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#18 /usr/local/lsws/DEFAULT/html/admin.php(13): XenForo_FrontController->run()
#19 {main}
Request State
array(3) {
  ["url"] => string(52) "http://servinglinux.com/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(42) "http://servinglinux.com/admin.php?add-ons/"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
I know it is a connectivity issue but didn't know if you were aware of it or not.
 
Yeah, you would get that when templates compile if your server doesn't support HTTPS connections in PHP.
That is probably it then. That site is running on OLS with a custom compile of PHP and I may need to add that in as an option in the compile time of OLS's php options.
I thought the compile time option of --with-openssl allowed that though?
 
Yeah, you would get that when templates compile if your server doesn't support HTTPS connections in PHP.
Interesting..... this is what my php info page shows so I'm pretty sure it was compiled in as I haven't changed the compile time settings.
screenshot.webp

It may have hit it when I was compiling from 5.5.7 to 5.5.8 but that wouldn't take effect until I restarted the server.
 
OpenSSL is different... on that PHP Info page, check the protocols in the curl section (if you have CuRL compiled into it). Also check the Registered PHP Streams for PHP on that page.
 
OpenSSL is different... on that PHP Info page, check the protocols in the curl section (if you have CuRL compiled into it). Also check the Registered PHP Streams for PHP on that page.
It's pretty much the same on my nginx setup and my OLS one.


OLS

Curl:
screenshot.webp

Streams:
zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
 
@digitalpoint, I'm getting the same errors on my nginx server also now. The nginx server uses a Debian install also and the PHP is provided by DotDeb so I'm pretty sure it's compiled correctly.

I'm wondering if it may be a firewall (CSF) issue but I have port 443 allowed for inbound/outbound.
 
Last edited:
Back
Top Bottom