World Map

Tested on dolphin 7.3.3 boonex site, when you login example with admin account, the world map disappears.

NOT LOGGED:


LOGGED: 
 

logged.jpg · 214.3K · 1210 views
not_logged.jpg · 268.2K · 1452 views
Templates and Modules for Dolphin 7.3 http://www.boonex.com/market/posts/Giovanni_m
Quote · 17 Nov 2016

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
Quote · 18 Nov 2016

Hello Alex,

great, thank you

..
Quote · 18 Nov 2016

Thank you Alex

Quote · 19 Nov 2016

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.

Quote · 15 Feb 2017

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
Quote · 19 Feb 2017

In my configuration, the problem is slightly different. Logged out users can see interactive maps, but logged users only can see statics maps...
I've applyed the patch, and now I'm to have a look at the API version... 

[EDIT] Finally patched as presented by AlexT and everything works like a charm. Thank you, guy !

Quote · 22 Feb 2017

Hi,

I just followed AlexT instructions and it works!

 

AlexT, thank you very much for helping us !
 

Greetings
Mayki 

"When things get tough the tough get going..."
Quote · 23 Feb 2017

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!

 

Quote · 10 Mar 2017

 

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
Quote · 12 Mar 2017

No, there is no javascript error. And the map also shows the correct section it's just the marker that's missing.

Quote · 16 Mar 2017

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
Quote · 20 Mar 2017

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!

Quote · 23 Mar 2017

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
Quote · 27 Mar 2017

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:

 

Google Maps Error

 

I have completed the following fixes, but the error will not go away:

 

1.  https://github.com/boonex/dolphin.pro/commit/4037f819e6c601684dc64155161c095e14983f98

 

2.

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
Quote · Bury · 17 Nov 2016

 

PLEASE can someone provide a fix for this problem?

 

Thank you!

 

Quote · 25 Aug 2017

What does it say in the javascript console in your browser?

Quote · 25 Aug 2017

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?????

Quote · 27 Aug 2017

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.

Quote · 28 Aug 2017

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.

Quote · 10 Apr 2018

Hello MGH!

 

Is it possible to get your admin access via private mail?

 

With the best regards, Leonid

Quote · 12 Apr 2018

 

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

Quote · 25 May 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.