Hi everyone,
since i guess this problem it's a combination of modules, i won'tmark it as bug report, but i need your help...
the gmap is looking for the markers on the wrong path:
http://localhost/clickahome/es/sites/all/modules/gmap/markers/drupal.png
when it should be:
http://localhost/clickahome/sites/all/modules/gmap/markers/drupal.png
Without the /es, langcode on the url...
how can i solve it?
thank you very much,
Marc
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | gmap-path-prefix-breaks-marker-path-2017565.patch | 612 bytes | caktux |
Comments
Comment #1
srobert72 commentedI have same issue (sorry I duplicated this one) : #2027369: Markers in 404 error on translated URL pages
Comment #2
dan_metille commentedSame here, also with the dev version. I'm marking it as a bug.
Comment #3
langweer commentedI subscribe since I ran into the same problem.
Comment #4
intyms commentedI also have the same problem.
The markers don't show for languages with path prefix enabled.
Here is the wrong marker url:
http://mysitename/ru/sites/all/modules/gmap/markers/orange.png
Comment #5
intyms commentedComment #6
intyms commentedThe same problem is described here:
Gmap, internationalization and icon handling
Comment #7
intyms commentedA duplicate issue: [#2033021]
Comment #9
caktux commentedSee also #901596: Use libraries api module for storing markers, double-posting the patch here...
Comment #10
srobert72 commentedThx a lot @caktux. This patch works fine for me :
native language : http://www.ilemaurice-bonplan.com/searchon/map
fr language (failed) : http://www.ilemaurice-bonplan.com/fr/searchon/map
Comment #11
intyms commentedThe patch from #9 works fine for me too. Thanks caktux!
Comment #12
rv0 commentedYup, #9 does the job well, thanks!
Comment #13
podarok#9 commited pushed to 7.x-2.x
Thanks!!!