adinag
  adinag
Gold Member
  Thursday, 25 July 2019
  2 Replies
  3K Visits
0
Votes
Undo
Hey guys!

For some reason in the past couple days there's been something weird that's happened...

All my maps are showing "Sorry, we have no imagery here"

But what's even weirder is that if you click on a location detail page it will display the map then it disappears and shows the error...

See this location detail page
https://www.latindanceevents.com/events/california/san-francisco/dance-studios/detail/2522/1/suzie-s-studio

Any ideas what's going on?

Thanks!
Adina
5 years ago
·
#211715
0
Votes
Undo
Hi guys!

So I opened a trouble ticket with Google Maps and well.... who knows when they will get back to me on this....

BUT I found this thread on the subject

https://support.google.com/maps/thread/9781336?hl=ko

The latest response from today is from someone saying the following

Looks like google released some change.

Caused our telematics app to lose maps on production. It only took an hour reading through zero release documentation on google maps documentation and debugging to pin it down....

Depending on what you are doing. Adding the version number to your import might solve your problem. like so https://maps.googleapis.com/maps/api/js?key=[YourAPIKey]&v=3.XY

"v=3" will also work. A this point I'm assuming if you don't specify a version you are always on latest which may not mean stable.


Does this make sense to you guys?
5 years ago
·
#211719
0
Votes
Undo
That's interesting, can you edit:

plugins\jevents\jevlocations\jevlocations.php

and change:


if ($googleStaticMapKey != "")
{
$key = "&key=$googleStaticMapKey";
}
else if ($googlekey != "")
{
$key = "&key=$googlekey";
}


to:


if ($googleStaticMapKey != "")
{
$key = "&key=$googleStaticMapKey&v=3";
}
else if ($googlekey != "")
{
$key = "&key=$googlekey&v=3";
}


Same in:

plugins\jevents\jevlocations\jevlocations_new matchingcode.php


Does that help?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.