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

nicholasthompson’s picture

I 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...

redmood’s picture

but why it happens sometimes ? how can i check the url called from the gmap module ?

nicholasthompson’s picture

Using Firebug, keep an eye on what happens in the Net tab...

redmood’s picture

i 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...

elenis’s picture

Following 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

redmood’s picture

the problem is happening right now, can someone take a look please? http://www.ispronline.eu/site/mappa_strutture/115

strogg999’s picture

Hi,

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

bdragon’s picture

Status: Active » Closed (duplicate)