We have been using Phlickr to display Flickr content on our site for some time, but it suddenly started returning the following error:
PHP Fatal error: Uncaught exception 'Phlickr_ConnectionException' [22]:
I believe the problem began on June 27 when Flickr switched to only serve up its pages over SSL (http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/). I was get the exception to stop happening by changing line 85 in Api.php to the following:
const REST_ENDPOINT_URL = 'https://api.flickr.com/services/rest/';