Hi
I've installed the flickr module (http://www.silverstripe.org/flickr-module/). I've added my API key into the _config.php file and run a dev/build. All seems fine; I can create a 'Flickr gallery' page in the CMS and populate the fields in the 'Photos' tab. However when I navigate to this new gallery page I get a:
"Server error
Sorry, there was a problem with handling your request.
Generated with the default ContentController.ss template"
Initially I got a "Call to undefined function curl_init()" error so I turned on the php_curl extension which got rid of this error but now I just get the generic server error shown above.
In my phpinfo file I can see cURL enabled 7.22.0.
Any pointers would be greatly appreciated.
Thanks, Mark