Hi
I'm having trouble with addresses in Google maps. In the report we get street and city by:
"select concat(street,',',city)"
We have a Google Maps API key so it shouldn't an issue with the number of requests we send. In the current report it's about 800 addresses that we want to put on a map.
Error in apache log:
default-error_log:[Tue Oct 30 10:04:57 2012] [error] [client 172.30.29.59] PHP Fatal error: Call to undefined function Ext_GoogleError() in /srv/www/sites/mydbr/extensions/googlemaps/googlemaps.php on line 128, referer: http://dhap.sec.intra/mydbr/index.php?m=5
Debug from browser:
<div class="dbrReportTitle">REPORT NAME</div><div><div id="map1" style="margin-left:auto;margin-right:auto;border:thin solid black; width:800px; height:600px">Generating the map...</div></div><script type="text/javascript">//<![CDATA[
var ext_gm_map1=GM_initMap(1,0,0,0);var ext_gm_points1 = new Array();
Fatal error: Call to undefined function Ext_GoogleError() in /srv/www/sites/mydbr/extensions/googlemaps/googlemaps.php on line 128
On the reports that uses coordinates the Google maps integration works fine but we don't have coordinates for all our addresses yet.
Brgds