Page 1 of 1

Google Maps does not show

Posted: 10 Mar 2024, 17:35
by RalphS52
Google Maps does not display anymore and console is showing the below message.
Due to other reasons I am still on Joomla 3.10

Does anyone have a solution?

Full message:
This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google Maps JavaScript API v3 to not work correctly. js:223:415
bca https://maps.googleapis.com/maps/api/js ... WbabAE:223
gca https://maps.googleapis.com/maps/api/js ... WbabAE:218
Load https://maps.googleapis.com/maps/api/js ... fWbabAE:14
<anonym> https://maps.googleapis.com/maps/api/js ... WbabAE:389
<anonym> https://maps.googleapis.com/maps/api/js ... WbabAE:389

Re: Google Maps does not show

Posted: 10 Mar 2024, 18:56
by christine
Hi,

Generell infos:
https://www.phoca.cz/phocamaps
https://www.phoca.cz/documentation/82-p ... ps-api-key

Code: Select all

This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google Maps JavaScript API v3 to not work correctly
The cause can be: Loading of Mootools. See an example here (although from a different extension) but similar:

https://yootheme.com/support/question/160576
https://github.com/joomla/joomla-cms/issues/29121

Kind regards
Christine

Re: Google Maps does not show

Posted: 11 Mar 2024, 14:42
by RalphS52
Thank you very much Christine!
I installed Mootools Disabler plugin and now maps is displaying again.

Re: Google Maps does not show

Posted: 11 Mar 2024, 14:49
by RalphS52
...but with mootools disabled now other features of the website are not working anymore, like a tab on top of the home page to switch the language, see www.jelwana.net

Re: Google Maps does not show

Posted: 11 Mar 2024, 16:27
by Jan
Hi, then unfortunately, you need to decide, what to do now: Modernize the website (stop using very very obsolete Mootools method which is in conflict with jQuery mostly) or somehow with hel of Javascript solve the conflicts between Mootools and other Javascript parts on the website :idea: Unfortunatelly, there is no other clue advice :-(

Jan