Closed (duplicate)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2008 at 16:39 UTC
Updated:
19 May 2008 at 19:37 UTC
why i get sometimes this errod catched in firebug and gmap stops showing markers leaving the map itself unusable ?
[Exception... "'Permesso negato al metodo di chiamata XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]
it essentially says: "permission denied to the calling method XMLHttpRequest.open' etc etc
Comments
Comment #1
nicholasthompsonI wonder if its trying to request something that is not part of the sites own domain? I believe there is a security feature in place on the XMLHttpRequest class that stops it opening files across domains...
Comment #2
redmood commentedbut why it happens sometimes ? how can i check the url called from the gmap module ?
Comment #3
nicholasthompsonUsing Firebug, keep an eye on what happens in the Net tab...
Comment #4
redmood commentedi think that is blocked before it can be handled from firebug: it seems i cannot find any sort of call related to the view i think gmap module has to call to populate itself...
Comment #5
elenis commentedFollowing what redmood says.
we have detected different behaviour depending on browsers we use.
When using IE7 I always get an error as follows:
Line: 189
char: 9
error: Access denied
code: 0
url:http://www.ispronline.eu/site/mappa_strutture/115
Whilst in IE6 and Firefox it works but not continuously as
sometimes it stops: can't see the marker on the map but only the map of Italy.
As redmood said, we checked using firebugs, but we still don't have the clue to understand what is happening.
Could you please help us giving a further look to the site?
http://ispronline.eu/site/mappa_strutture/175
Comment #6
redmood commentedthe problem is happening right now, can someone take a look please? http://www.ispronline.eu/site/mappa_strutture/115
Comment #7
strogg999 commentedHi,
Extremely new to both web building and drupal. I've struggled with the map but in essence it works fine when i'm logged in but I get no markers when logged out or as an anonymous user. I get the same page errors as the above post in ie7 and no markers show up in firefox.
on ie it reads as the above posting,
Line: 189
char: 9
error: Access denied
code: 0
url:http://www.gerbilsociety.com/uk_members
thanks in advance for any advice.
Ed
Comment #8
bdragon commentedDuplicate of http://drupal.org/node/197012.