Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Fatal Error when module is enabled
(1 viewing) 1 Guest
Go to bottom
TOPIC: Fatal Error when module is enabled
#388
DART ()
User Offline Click here to see the profile of this user
Re:Fatal Error when module is enabled 10 Months ago  
Erm ... possibly not I am thinking its a different way to call the Google MAPS API!
 
Logged Logged  
  The administrator has disabled public write access.
#389
DART ()
User Offline Click here to see the profile of this user
Re:Fatal Error when module is enabled 10 Months ago  
UPDATE: Problem is occurring due to the website which provides the geographical location of the IP being down. Theoratically, once this website is up, the module will keep on functionin as normal however this is completely beyond our control.

We are working on an update to make sure that the module does not take down the site when the 3rd party site is down.
 
Logged Logged  
  The administrator has disabled public write access.
#390
Re:Fatal Error when module is enabled 10 Months ago  
Hooray! I look forward to it.

Matt
 
Logged Logged  
  The administrator has disabled public write access.
#391
Re:Fatal Error when module is enabled 10 Months ago  
if you are going to be adding an error handler, is it possible that you could add the ability to set the default map style to sat, or hybrid, that would be great!
 
Logged Logged  
  The administrator has disabled public write access.
#394
jdsilva ()
User Offline Click here to see the profile of this user
Re:Fatal Error when module is enabled 10 Months ago  
Edit mod_j15visitormap.php
find

$city = $nodeItem->getText();

$xmlElement = & $docRoot->documentElement->getElementsByTagName("countryAbbrev");
$nodeItem = $xmlElement->item(0);
$country = $nodeItem->getText();


replace with

if ($nodeItem != 0) {
$city = $nodeItem->getText();

$xmlElement = & $docRoot->documentElement->getElementsByTagName("countryAbbrev");
$nodeItem = $xmlElement->item(0);
$country = $nodeItem->getText();
}


 
Logged Logged  
  The administrator has disabled public write access.
#395
Re:Fatal Error when module is enabled 10 Months ago  
Thank you!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

Sponsors

Login Form






Lost Password?
No account yet? Register

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!


Generated in 0.69924 Seconds