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

YouTube on v2.2.3


Go to End


3 Posts   1605 Views

Avatar
Briohny

Community Member, 199 Posts

16 March 2009 at 5:29am

Hi, I've installed the YouTube mobule and created a new YouTube Gallery, but when i go to visit the page, the following error message appears:

Fatal error: Call to undefined function curl_init() in C:\wamp\www\mccools\sapphire\api\RestfulService.php on line 83

Any ideas how to fix this?

Thanks

Avatar
Briohny

Community Member, 199 Posts

18 March 2009 at 1:21am

bump bump

Avatar
Rishi

Community Member, 97 Posts

14 May 2010 at 10:42pm

hello briohny
its not an issue with silverstripe or you tube gallery,its just that curl is not enabled in php.ini
you need to open php.ini and search for extension=php_curl.dll
and remove ;(semi colon) present before extension=php_curl.dll

this should solve the problem