Hi Guys,
I've installed the flickrservice on my live site, and have changed the
function connect($subURL){
$url = $this->constructURL() . $subURL;
to
function connect(){
$url = $this->constructURL() ; within restfulservice.php, as an error was being flagged.
On my dev server, the Flickr module works well, however, on the live server, I am now getting an error
'FATAL ERROR: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
At line 94 in /var/www/vhosts/muscrai.ie/httpdocs/sapphire/api/RestfulService.php'
according to my hosting providers, Curl has been installed on the server.
Any ideas would be much appreciated!
Breandan