Closed (won't fix)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2008 at 17:08 UTC
Updated:
14 Apr 2013 at 23:06 UTC
Getting an issue with IE7. I get this error and no popup:
Line: 14
Char: 32
Error: Invalid argument.
Code: 0Which 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
Comment #1
ultimikeI 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
Comment #2
greg.harveyExcellent 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! =)
Comment #3
greg.harveyFor 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.
Comment #4
smitty commentedI 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.
Comment #5
ultimikeSweet. Glad I could help!
-mike
Comment #6
smitty commentedIn 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.Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
alex.skrypnykJust want to add that after all shadow="" will be removed/commented you have to regenerate markers cache to see the result.
Comment #9
killua99 commentedI 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.
Comment #10
killua99 commentedI still have this error even remove the lines Shadow = "" in all *.ini and then regenerate de markers
Comment #11
johnvClosing this very old issue. Please reopen if it is still valid.