On May 31, 6:00 am, xdron_ru <[email protected]> wrote: > System: Windows 2003 server R2 ENG + MUI RUS > Browser: Internet Explorer 7.0.5730.13 ENG + MUI RUS > > Any google maps not working in IE7 under user rights (under admin > rights no problem). Browser says: "GMap2 is undefined". This error > occurs on any sites. Other browsers works fine (Opera 9.64.10487, IE6 > SP1 till i install IE7) > > I try to: > 1. Clearing cashe > 2. Adding *.google.com, *.google.ru and any map sites in trusted zone > 3. Change internet zone to minimal security level > 4. Disable firewall, uninstall antivirus > 5. Checking ntfs rights
4 and 5 would affect every browser. 1, 2 and 3 are IE-specific. GBrowserIsCompatible() is defined in the loader code, fetched from http://maps.google.com/maps?file=api but GMap2 is defined in the main API script, which is currently http://maps.gstatic.com/intl/en_ALL/mapfiles/159e/maps2.api/main.js. Other modules are also delivered from maps.gstatic.com. Consequently you may need to whitelist gstatic.com. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
