Closed (works as designed)
Project:
Google Maps location
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 18:45 UTC
Updated:
7 Aug 2009 at 09:49 UTC
I have been randomly seeing this issue. I am not sure what it is related to, but I can tell that GBrowserIsCompatible() is not defined within the file: /sites/all/modules/gmaplocation/gmaplocation.js (perhaps it is located elsewhere)
GBrowserIsCompatible is not defined
[Break on this error] if (GBrowserIsCompatible()) {When this error occurs the map does not render, only whitespace. I do have the patch from #520470-4: Add Text to Block applied but I am not confident it is related.
Anyone else seeing this?
Comments
Comment #1
babbage commentedFrom what I've read online so far, my partly-stab-in-the-dark guess is:
a) You're using a version of Internet Explorer.
b) You're seeing this on a development install running on localhost.
c) It only appears if you've cleared your browser cache, and haven't visited another site that has a Google map yet.
Is that correct?
Even if not, I'm pretty sure this is a support request, not a bug report.
Comment #2
babbage commentedComment #3
nicholas.alipaz commentedhhmmm, odd. The site is actually live and I am on Linux Ubuntu 8.04 with Fx3.0.5. I have not checked on the windows box yet.
It does however seem rather intermittent, but can't pin a cause on it. I will see if I can't find more information than that on the issue.
Comment #4
babbage commentedThis error is apparently usually caused by the failure to load a javascript file from Google, so could be associated with firewall, network connectivity issues, using the incorrect API key, etc. Does that provide any leads?
Comment #5
nicholas.alipaz commentedNot so much. Perhaps a connectivity issue... Perhaps we might be able to change the file to be loaded on the local server, if configured through the module. What do you think?
Comment #6
babbage commentedYour problem lies in your browser downloading the necessary files returned by Google. This module uses the Google Maps API. Unless you can identify a problem with this module itself, there's not much I can do and this isn't a support issue for the module, sorry.