This Error occurs due to issue in IP auto-detection.
Change the following line in classes/simplemap.php
jQuery.getJSON( "http://www.telize.com/geoip/?callback=?", function(location)
with
jQuery.getJSON( "https://freegeoip.net/json/", function(location)