25 May
2019
25 May
'19
10:48 p.m.
Thanks Adam for teaching me the correct way to do things. :-)
I can confirm that removing the entries I added earlier to MySQL config table and adding the following lines to config.pgp resolves the problem for Google APIs.
So ignore my original MySQL fix and do it the easy way.
$config['geocoding']['direct_url'] = "https://maps.googleapis.com/maps/api/geocode/json"; $config['geocoding']['reverse_url'] = "https://maps.googleapis.com/maps/api/geocode/json";
This should work for other APIs too, just substitute the appropriate URL(s).
Regards
Chris Macneill Web: www.cmit.nz