Tested on dolphin 7.3.3 boonex site, when you login example with admin account, the world map disappears.
NOT LOGGED:
LOGGED:
Tested on dolphin 7.3.3 boonex site, when you login example with admin account, the world map disappears. NOT LOGGED: Templates and Modules for Dolphin 7.3 http://www.boonex.com/market/posts/Giovanni_m | |
The problem is because of recent Google Update. I would suggest to stick to the latest stable working Google Maps API version. Change the following line in modules/boonex/world_map/templates/base/map.html file near ~75 line: google.load("maps", "3", {other_params: "language=__lang__&key=__key__"});
to google.load("maps", "3.25", {other_params: "language=__lang__&key=__key__"});
Clear HTML cache after this change. Rules → http://www.boonex.com/terms | |
Hello Alex, great, thank you .. | |
Thank you Alex | |
I changed it to 3.25 and also tested it on 3.26. Logged in users can not see maps. Logged out users can see maps. | |
It looks like the problem isn't in Google Maps, please try the following fix: https://github.com/boonex/dolphin.pro/commit/4037f819e6c601684dc64155161c095e14983f98 Then clear JS cache. Rules → http://www.boonex.com/terms | |
In my configuration, the problem is slightly different. Logged out users can see interactive maps, but logged users only can see statics maps... [EDIT] Finally patched as presented by AlexT and everything works like a charm. Thank you, guy ! | |
Hi, I just followed AlexT instructions and it works!
AlexT, thank you very much for helping us ! Greetings "When things get tough the tough get going..." | |
Hi AlexT's solution brought the map back for me but now I don't see any markers, just the map. I tried with versions 3, 3.25 and 3.26 no difference. Although with 3.25 I get a Google Javascript error saying the version is out of date. Does anyone have an idea on how to bring the markers back? Thanks!
| |
AlexT's solution brought the map back for me but now I don't see any markers, just the map. I tried with versions 3, 3.25 and 3.26 no difference. Although with 3.25 I get a Google Javascript error saying the version is out of date. Does anyone have an idea on how to bring the markers back? Is there any JS error in browser's error console when this happens? Rules → http://www.boonex.com/terms | |
No, there is no javascript error. And the map also shows the correct section it's just the marker that's missing. | |
Then it maybe that geocoding isn't working, please make sure that you've entered Google Maps Key and enabled the following APIs for your google maps key: Google Maps JavaScript API Google Places API Web Service No, there is no javascript error. And the map also shows the correct section it's just the marker that's missing.
Rules → http://www.boonex.com/terms | |
Hi AlexT
I'm getting a Uncaught ReferenceError: google is not defined on all embedded maps. They load infinitely or don't show at all. All suggestions in this thread as well as other changes did not work.
Any suggestions?
Thanks and cheers! | |
Please check for any JS error in browser's error console prior this one. Also try to switch template to the default one, clear (or disable) JS cache to see if it helps. I'm getting a Uncaught ReferenceError: google is not defined on all embedded maps. They load infinitely or don't show at all.
Rules → http://www.boonex.com/terms | |
When I first setup Google Maps, it was working perfectly on D7.3.3. But now the map displays for a second, then it generates the following error:
I have completed the following fixes, but the error will not go away:
1. https://github.com/boonex/dolphin.pro/commit/4037f819e6c601684dc64155161c095e14983f98
2.
PLEASE can someone provide a fix for this problem?
Thank you!
| |
What does it say in the javascript console in your browser? | |
The JS Console states the following:
Loading mixed (insecure) display content “http://www.friendsofghosts.com/graphics/082417googlemaperror.jpg” on a secure page[Learn More] jquery.js:5952:7
I have no idea what this means or how to fix it????? | |
There should another log entry about google maps. They usually specify what the problem is e.g. that the api key is not valid or the requested api is not enabled for this project etc. If you want you can share the link to the project so I can check myself. | |
I'm still wrestling with trying to get a correct Map and Location Search result. The map displays, but the location is wrong or "Undefined" for Groups and Events. Also, I'm getting a different zip code radius search result every 3 attempts. Attempt 1: Correct result. Attempt 2: Partial result. Attempt 3: Empty result. Attempt 4: Correct result again.
My Google Maps API key is enabled for Google Maps Javascript API, Google Maps Geocoding API, Google Places API Web Service, and the key is tracking on the google api traffic graph. I'm using Dolphin 7.3.5 with the correct extra_top_menu.html code. I've also tried map.html with version 3.26 and version 3. Nothing seems to change the probelm. Any ideas? Thank you. | |
Hello MGH!
Is it possible to get your admin access via private mail?
With the best regards, Leonid | |
I'm still wrestling with trying to get a correct Map and Location Search result. The map displays, but the location is wrong or "Undefined" for Groups and Events. Also, I'm getting a different zip code radius search result every 3 attempts. Attempt 1: Correct result. Attempt 2: Partial result. Attempt 3: Empty result. Attempt 4: Correct result again.
My Google Maps API key is enabled for Google Maps Javascript API, Google Maps Geocoding API, Google Places API Web Service, and the key is tracking on the google api traffic graph. I'm using Dolphin 7.3.5 with the correct extra_top_menu.html code. I've also tried map.html with version 3.26 and version 3. Nothing seems to change the probelm. Any ideas? Thank you. Has anyone come up with a solution? Same problem and any assistance would be greatly appreciated. Thanks |