Google map don't work

Hi

 

I get this error:

 

Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.

 

How to fix this? I added a new apikey but still don't work

Greets Dennis

Quote · 21 Jul 2016

I would suggest to try to apply the following fix:
https://github.com/boonex/dolphin.pro/commit/14a1f29a14b7ee8143b219ef854a985b301008e0 

or just wait for the 7.3.2 version upgrade pack

Rules → http://www.boonex.com/terms
Quote · 23 Jul 2016

I installed the upgrade, still I get this error in the map

Quote · 7 Aug 2016

Please check browser error console for the particular error message. 

I installed the upgrade, still I get this error in the map

 

Rules → http://www.boonex.com/terms
Quote · 8 Aug 2016

hi i just upgraded from 7.3.1 to 7.3.2 and got same error 

I never had this problem before

seems like error never got fixed when upgrade came

Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.
 
Quote · 8 Aug 2016

hi upgraded, and checked all files and they are correct in 7.3.2 but error still coming on google maps

Quote · 8 Aug 2016

hi i changed google map api and it started working

thanks

godesi

Quote · 8 Aug 2016

 js?v=3&language=en&key=AIzaSyB4Fzov3R3kLgQ8p20IJR_gI8sZPi-cXIo:32 Google Maps API error: ApiNotActivatedMapError https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error

 

Please check browser error console for the particular error message. 

I installed the upgrade, still I get this error in the map

 

 

Quote · 8 Aug 2016

I re-installed my site with the 7.3.2 original script and my map is NOT working.

 

Can't figure out what's wrong, because same procedure works with one of my other websites.

 

Is there a limit on generating API keys ?

Quote · 9 Aug 2016

Could it be server settings preventing the map to work with the new API procedure ?

Quote · 9 Aug 2016

It looks like you've generated API key using the wrong way, try to use the following guide to do it:

https://github.com/mchristopher/PokemonGo-DesktopMap/wiki/Google-Maps-API:-a-brief-guide-to-your-own-key

Rules → http://www.boonex.com/terms
Quote · 9 Aug 2016

That's exactly how I did it. To be sure, I generated a new key. Still the same problem.

 

That's why I think that some server setting is preventing the map to show. It works fine on another website I created.

Quote · 9 Aug 2016

Problem is solved.

 

It was a server configuration setting in the Dolphin script.

 

My site URL was showing without "www." and of course I created credentials with "www." because I overlooked it when opening my site.

 

 

Quote · 9 Aug 2016

After update to 7.3.2 it works! :-)

Quote · 14 Aug 2016

Hello

pls help me too. ver 7.3.2   - how do I fix google map issue anabel? pls show me

http://lure-retriever.com

Thanks

Quote · 2 Oct 2016

Weednav, the problem was solved, but now the map is broken again.

 

According to Andrey (who looked into the problem) and due to some recent Google maps api changes, it now conflicts with /templates/tmpl_evo/_sub_header.html

 

 

There is the key  __extra_top_menu__   that generates the extra bottom menu.

This key generates code that doesn't let the google maps work normally.

 

 

To check this out, I removed this key and the google maps work again, but then the top menu disappears, so this is not a solution.

 

Boonex should look into this problem asap!

Quote · 2 Oct 2016

Hello Annabel

I don't know why but just a few minutes ago, I go to google and get my API key, the same key that google map did not work before. but just now the map is working. http://lure-retriever.comSmile

Quote · 15 Oct 2016

Don't know if this could be connected, but can't map does not work due to the fact that I use a proxy server to connect to? 

Quote · 16 Oct 2016

 hi there, i forgot where this server setting need to be updated in dolphin. I think i have same issue

Problem is solved.

 

It was a server configuration setting in the Dolphin script.

 

My site URL was showing without "www." and of course I created credentials with "www." because I overlooked it when opening my site.

 

 

 

Quote · 11 Dec 2016

anyone facing the same problem?

TypeError: invalid 'instanceof' operand window.Element
https://maps.googleapis.com/maps-api-v3/api/js/26/17/intl/de_ALL/common.js
Line 52


http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 16 Feb 2017

And again, the map is not showing anymore.

 

I changed the map.html file into 3.25 which worked fine for a few months. Now it's broken again.

 

When will there be a final solution for this problem?

Quote · 17 Feb 2017

The map appears in the admin section, not on the website.

Quote · 17 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

 

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.

 Anyone have any luck with this fix?

tried it and no change...

Quote · 26 Mar 2017

There's a bit of activity in the forums about maps not working, is this isolated?

A lot of people with broken maps?

or just no one really cares?

Quote · 27 Mar 2017

This fix should help:

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

Please make sure that JS cache is cleared after fix is applied.

There's a bit of activity in the forums about maps not working, is this isolated?

A lot of people with broken maps?

or just no one really cares?

 

Rules → http://www.boonex.com/terms
Quote · 27 Mar 2017

Old issue. Still surfacing.

Dolphin 7.4.2

 

Map:

Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.

 

Per AlexT, I went to:

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

 

in the templates/base/extra_top_menu.html

I placed replaced code between lines 161-168 with (and cleared JS cache):

 

var sQueryParam  = '';

 

//procces all registered bubbles;

for (Element in  this.oBubbles)

for (var Element in  this.oBubbles)

{

   sQueryParam = sQueryParam + Element + ':' + this.oBubbles[Element].count + ',';

}

 

The issue persists. Thoughts please?

Quote · 21 Oct 2020
 
 
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.