Hi
I get this error:
How to fix this? I added a new apikey but still don't work
Greets Dennis
Hi
I get this error:
Oops! Something went wrong.
How to fix this? I added a new apikey but still don't work Greets Dennis |
I would suggest to try to apply the following fix: or just wait for the 7.3.2 version upgrade pack Rules → http://www.boonex.com/terms |
I installed the upgrade, still I get this error in the map |
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 |
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.
|
hi upgraded, and checked all files and they are correct in 7.3.2 but error still coming on google maps |
hi i changed google map api and it started working thanks godesi |
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
|
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 ? |
Could it be server settings preventing the map to work with the new API procedure ? |
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 |
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. |
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.
|
After update to 7.3.2 it works! :-) |
Hello pls help me too. ver 7.3.2 - how do I fix google map issue anabel? pls show me Thanks |
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! |
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.com |
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? |
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.
|
anyone facing the same problem? TypeError: invalid 'instanceof' operand window.Element
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
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? |
The map appears in the admin section, not on the website. |
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 |
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... |
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? |
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 |
Old issue. Still surfacing. Dolphin 7.4.2
Map: Oops! Something went wrong.
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? |