Getting an issue with IE7. I get this error and no popup:

Line: 14
Char: 32
Error: Invalid argument.
Code: 0

Which is meaningless, as the view page referred to is loading CSS on that line, but IE7 won't give me any better than that to go on. There's something in the JS it doesn't like. =(

Firefox is fine, btw.

Comments

ultimike’s picture

I had the exact same issue with IE6 on XP (SP2).

My map is also generated via a view, with multiple markers, but I was able to trace my bug to an incorrect custom marker .ini file in the GMap module. Not sure if this will help...

-mike

greg.harvey’s picture

Status: Active » Fixed

Excellent tip. You're absolutely correct, Mike. I changed marker and it worked, so there must be a problem with my ini file. I'll try and work out what I'm doing wrong. Thanks again! =)

greg.harvey’s picture

For reference, it turned out the marker defaults contained this line, which I'd copied from another marker ini file, btw:

shadow = ""

This line breaks Internet Explorer. Delete it if you need to use a marker with no shadow defined.

smitty’s picture

Component: User interface » Code
Status: Fixed » Active

I had this problem in every node, which displayed the location map block.

According to your hint I searched for shadow = "" and found it in the gmap/markers/misc.ini which is delivered with the "5.x-1.0-alpha1".

I deleted this line and the problem was gone.

Now I wonder whether it might be possible to commit this change to the head.

ultimike’s picture

Sweet. Glad I could help!

-mike

smitty’s picture

Version: 5.x-1.0-alpha1 » 5.x-1.x-dev
Status: Active » Fixed

In the dev-release of 2008-Jan-05 in all the ini-files in the markers-folder the shadow = "" is commended out. So this issue should be fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

alex.skrypnyk’s picture

Just want to add that after all shadow="" will be removed/commented you have to regenerate markers cache to see the result.

killua99’s picture

I still have this error.

Detalles de error de página web

Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS35926; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
Fecha: Tue, 8 Feb 2011 16:19:17 UTC

Mensaje: Unknown runtime error
Línea: 454
Carácter: 43
Código: 0
URI: http://maps.gstatic.com/intl/es_ALL/mapfiles/285c/maps2.api/main.js

Mensaje: Object doesn't support this property or method
Línea: 2
Carácter: 1
Código: 0
URI: http://maps.gstatic.com/cat_js/intl/es_ALL/mapfiles/285c/maps2.api/%7Bmo...

Sorry Spanish browser.

killua99’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Category: bug » support
Status: Closed (fixed) » Active

I still have this error even remove the lines Shadow = "" in all *.ini and then regenerate de markers

johnv’s picture

Status: Active » Closed (won't fix)

Closing this very old issue. Please reopen if it is still valid.