Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle maps data type throws Type Error: can't convert undefined to object
    text
    copied!<p>In all our Umbraco websites Google maps data type is not working anymore. This worked perfect till yesterday but today there is only the input-field and the location-field and not the Google maps... </p> <p>Firebug reports the following error</p> <p>Error: TypeError: can't convert undefined to object Source File: <a href="http://mydomain.com/WebResource.axd?d=tKK1ZgJBCMotVXJtV8pR9xzMqTmklCMezxGDl1po1iuUqd9OAFswOEzHFzCaf_jVz-AUweHtY9QXIBqtRjeITKZJW8DsgNEfWr5d43rOLcGkPLOTDqcjla1Kf5Atxrk4V0fVru8i1i6pj_kgbZvebWAyHrkbCDipPWDziYWT-lCHW-WaHOcz5hS1DefZvkJSICxqjpdChghoCUZhju3cHg2&amp;t=634759042640000000&amp;cdv=1" rel="nofollow">http://mydomain.com/WebResource.axd?d=tKK1ZgJBCMotVXJtV8pR9xzMqTmklCMezxGDl1po1iuUqd9OAFswOEzHFzCaf_jVz-AUweHtY9QXIBqtRjeITKZJW8DsgNEfWr5d43rOLcGkPLOTDqcjla1Kf5Atxrk4V0fVru8i1i6pj_kgbZvebWAyHrkbCDipPWDziYWT-lCHW-WaHOcz5hS1DefZvkJSICxqjpdChghoCUZhju3cHg2&amp;t=634759042640000000&amp;cdv=1</a> Line: 212</p> <p>Its in the line </p> <pre><code>context._maps[id] = new UmbracoGoogleMap.map(id, this); </code></pre> <p>in the following function </p> <pre><code>guiMap: function () { var context = this; this._apiLoaded = true; jQuery('div.gmapContainer').each(function () { var id = jQuery('div.map', this).attr('id'); context._maps[id] = new UmbracoGoogleMap.map(id, this); context._maps[id].render(); }); }, </code></pre> <p>There is a lot of other people also reporting the same issue but couldn't find a solution yet! <a href="http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype/bug-reports/33390-No-map-in-Backend" rel="nofollow">http://our.umbraco.org/projects/backoffice-extensions/google-maps-datatype/bug-reports/33390-No-map-in-Backend</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload