Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Facebook Login showing error on 2.0.18.2

someshsomesh
edited March 2012 in Vanilla 2.0 - 2.8

When I try FB login it shows the following error. Kindly help
The default role has not been configured.

The error occurred on or near: /home/u43njiqr/public_html/forum/applications/dashboard/models/class.usermodel.php

1342: */ 1343: public function InsertForBasic($FormPostValues, $CheckCaptcha = TRUE, $Options = array()) { 1344: $RoleIDs = Gdn::Config('Garden.Registration.DefaultRoles'); 1345: if (!is_array($RoleIDs) || count($RoleIDs) == 0) 1346: throw new Exception(T('The default role has not been configured.'), 400); 1347: 1348: $UserID = FALSE; 1349: 1350: // Define the primary key in this model's table.
Backtrace:

[/home/u43njiqr/public_html/forum/applications/dashboard/models/class.usermodel.php:704] UserModel->InsertForBasic(); [/home/u43njiqr/public_html/forum/applications/dashboard/controllers/class.entrycontroller.php:509] UserModel->Register(); [/home/u43njiqr/public_html/forum/applications/dashboard/controllers/class.entrycontroller.php:509] EntryController->Connect(); [/home/u43njiqr/public_html/forum/library/core/class.dispatcher.php:322] PHP::call_user_func_array(); [/home/u43njiqr/public_html/forum/index.php:53] Gdn_Dispatcher->Dispatch();
Need Help?

Answers

  • Options

    okay..the error is gone now but the login still doesnt work. The page is just reloading withouth logging me in. Twitter can register new user but cant log them in. Help!

Sign In or Register to comment.