Facebook, Google and OpenID plugin doesnt work at all

edited December 2010 in Vanilla 2.0 - 2.8
Hi, I'm having problems to make these login plugin works, I just tried to enable cURL that was just enable, I still have the LibcURL enable by default, but still doesnt work, any suggestions? this one of the message errors, for Facebook

FATAL ERROR IN: FacebookPlugin.Setup();

"This plugin requires the allow_url_fopen php.ini setting."
LOCATION: /home/fotografia25/public_html/vanilla/plugins/Facebook/class.facebook.plugin.php
> 271: $Error = ConcatSep("\n", $Error, 'This plugin requires the allow_url_fopen php.ini setting.');
> 272: if (!function_exists('curl_init'))
> 273: $Error = ConcatSep("\n", $Error, 'This plugin requires curl.');
> 274: if ($Error)
>>> 275: throw new Gdn_UserException($Error, 400);
> 276:
> 277:
> 278: // Save the facebook provider type.
> 279: Gdn::SQL()->Replace('UserAuthenticationProvider',
BACKTRACE:
[/home/fotografia25/public_html/vanilla/library/core/class.pluginmanager.php 779] FacebookPlugin->Setup();
[/home/fotografia25/public_html/vanilla/library/core/class.pluginmanager.php 762] Gdn_PluginManager->_PluginCallbackExecution();
[/home/fotografia25/public_html/vanilla/library/core/class.pluginmanager.php 592] Gdn_PluginManager->_PluginHook();
[/home/fotografia25/public_html/vanilla/applications/dashboard/controllers/class.settingscontroller.php 579] Gdn_PluginManager->TestPlugin();
[/home/fotografia25/public_html/vanilla/applications/dashboard/controllers/class.settingscontroller.php 579] SettingsController->TestAddon();
[/home/fotografia25/public_html/vanilla/library/core/class.dispatcher.php 297] PHP::call_user_func_array();
[/home/fotografia25/public_html/vanilla/index.php 38] Gdn_Dispatcher->Dispatch();
• The addon could not be enabled because it generated a fatal error:
Sign In or Register to comment.