robertmoss / foodfinder_main

http://www.palmettonewmedia.com
0 stars 0 forks source link

Cannot use Google Places lookup on https pages #136

Closed robertmoss closed 7 years ago

robertmoss commented 7 years ago

Call to Places API must be hardwired to http -

robertmoss commented 7 years ago

Seems to have been fixed after various other efforts to match image, javascript, and other requests to HTTP/HTTPS.

Key for future is to ensure includes use the Config::getSiteRoot() function when linking to any locally held resources.