Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Suppose Flickr website can not be reached...


Go to End


1139 Views

Avatar
klikhier

Community Member, 150 Posts

22 December 2009 at 9:46am

Have set up Flickr according to this page http://doc.silverstripe.org/doku.php?id=flickrservice&s=flickr%20service. Ran into the following error locally when no internet connection available (i.e. Flickr website/photos can not be reached).

[Warning] Curl Error:couldn't connect to host
Line 129 in (...)sapphire/api/RestfulService.php
(...)
128 			if($curlError) {
129 				user_error("Curl Error:" . $curlError, E_USER_WARNING);
130 				return;
131 			}