Hello,

I'm getting the error message I pasted below, when I try to signup via Facebook.

Fatal error: Call to undefined function curl_init() in /var/www/sites/all/modules/oauthconnector/modules/oauth2/lib/DrupalOAuth2Client.inc on line 103

Do you suggest any solution for it?

Comments

sozkara’s picture

Subscribing.

Orkut Murat Yılmaz’s picture

When I try to signup with Twitter, I get the same error too.

Orkut Murat Yılmaz’s picture

sorry,

not the same one, I'm pasting the error message below:

Fatal error: Call to undefined function curl_init() in /var/www/sites/all/modules/oauth/includes/DrupalOAuthClient.inc on line 325

should I create a new issue?

drupal47’s picture

same here. would you please solve it.

Frans’s picture

Status: Active » Closed (won't fix)

You need the PHP Curl extension.
http://php.net/manual/en/book.curl.php

This is PHP configuration.

Orkut Murat Yılmaz’s picture

Ok. I've installed PHP cURL and problem solved.

Thanks for your reply:)