Hello , i am using drupal 6.19 and 6.x-11 gmap module
i installed the current version of module and i am not able to see the map... i see a gray box , but the trademark of google is apeared.
i try also unistall ctools ,ajax and some other addons.. still nothing...
when browsing with IE i get that there are some errors in main.js .. :
'undefined' is null or not an object main.js, line 660 character 54
'this.Ha.0' is null or not an object main.js, line 743 character 18
'this.Ha.0' is null or not an object main.js, line 745 character 20
'this.o' is null or not an object main.js, line 899 character 22
'undefined' is null or not an object main.js, line 899 character 64
'this.o' is null or not an object main.js, line 882 character 154
'undefined' is null or not an object main.js, line 450 character 32
'undefined' is null or not an object main.js, line 450 character 42
'this.o' is null or not an object main.js, line 898 character 131
'this.o' is null or not an object main.js, line 898 character 131
'undefined' is null or not an object main.js, line 687 character 52
'undefined' is null or not an object main.js, line 687 character 62

...well there are much more... errors..

so i would like to ask for any sollution

P.S : i have set location ..api key etc....
P.S 2 : API key wasn't able to enter untile i install keys addon

Comments

Draknek’s picture

I had this exact problem, for some reason it went away when I changed some of the gmap module settings. So try going to /admin/settings/gmap and resubmitting the form.

Specifically, I enabled the autozoom and collapsehack behaviour flags, but I don't think there is anything specific about these which made it work, because I then disabled them again and it still worked.

Hope this helps someone!

zy’s picture

I had this problem and at least for now solved it by changing the theme, from a fusion subtheme to garland (I'm on http://www.mysite.com/admin/settings/gmap). Everything else is standard.

rooby’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please try with the latest versions of the location & gmap modules and see if the problem still exists?

SteveK’s picture

I had this same issue while developing a new theme. The newer theme seemed to have gmaps render a grey map. The markers were also being outputted within the DOM but not displaying correctly.

I updated to the latest dev release, cleared cache, and all seems to be loading correctly now. I'm still not too sure what the fix was.

tsotsos’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
rooby’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Please don't change the status to "Closed (fixed)" without indicating what the resolution was.

If it was fixed set the status to "Fixed" and link to the commit where it was fixed.
The system will automatically set from "Fixed" to "Closed (fixed)".

If you are closing for a reason other than a commit having fixed the bug then use one of the other closed statuses like cannot reproduce or won't fix, and give a reason why that status was selected.

See https://www.drupal.org/node/156119 for more information.

rooby’s picture

If it is no longer an issue then "Closed (cannot reproduce)" may be more accurate.

tsotsos’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)