I mean the map field which shows the map is now replaced by a grey window and the text 'Oops something went wrong' - and if I inspect the console, I'm getting an error saying API Key missing message.
MissingKeyMapError is the error
I can't reproduce that.
OK,
Can I hard code the API key into the core somehow, for now?
I could just add it to the string in the add_foot_content() method. Line 1658 of PerchFieldTypes.class.php ??
No, download 2.8.30 and set the key in your config.php file.
config.php
define('PERCH_GMAPS_API_KEY', 'abc123');
Thanks Drew!
I mean the map field which shows the map is now replaced by a grey window and the text 'Oops something went wrong' - and if I inspect the console, I'm getting an error saying API Key missing message.
MissingKeyMapError is the error
I can't reproduce that.
OK,
Can I hard code the API key into the core somehow, for now?
I could just add it to the string in the add_foot_content() method. Line 1658 of PerchFieldTypes.class.php ??
No, download 2.8.30 and set the key in your
config.php
file.Thanks Drew!