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.

Archive /

Our old forums are still available as a read-only archive.

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

call to undefined function curl_init when installing theme or widget installer


Go to End


1716 Views

Avatar
Jan

Community Member, 9 Posts

6 April 2008 at 7:11am

I got an error "call to undefined function curl_ini" when I wanted to use the theme or widget installer.

The fix was to include the following extension in php.ini:

extension=php_curl.dll

Hope this helps others too.