Just installed zenphoto last week and all is perfect.
the only I can't get to work is google maps.
Also can't find other people with the issue.
I get the following error:
Oops! Something went wrong.
This page didn't load Google Maps correctly. See the JavaScript console for technical details.
Devtools in chrome says the following:
js?v=3.exp&language=en:34 Google Maps API error: MissingKeyMapError
https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.kb @ js?v=3.exp&language=en:34
util.js:206 Google Maps API warning: NoApiKeys
https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keysI insert my google Api key in zp-core/zp-extensions/GoogleMap/CodeIgniter-Google-Maps-V3-API/Googlemaps.php
But still doesn't work.
I can see the maps for a sec and then the error popsup.
The test site is
http://gallery.skinner.a2000.nu/index.php?album=geotestAnyone can give me a tip on how to fix this?
Thnx in advance
SlommeR
Comments
You could also try the currently "half official" OpenStreepMap plugin as an alternative which for sure does not require any keys.
(https://googlegeodevelopers.blogspot.nl/2016/06/building-for-scale-updates-to-google.html)
In the meantime you could try the following:
In ...zp-core/zp-extensions/GoogleMap.php
change line 140 from
`">`
to
`">`
Thnx for the quick support on this.
Available in the 1.4.13 Support build