thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

loginByHybridAuth 500 error #205

Open nywuctuk opened 9 years ago

nywuctuk commented 9 years ago

In one moment working code start being NOT working))) (500 error)

I found the problem here: YumAuthController.php: public function loginByHybridAuth($provider) { ... Yii::import('ext.hoauth.hybridauth.Hybrid.Auth', true); ... }

When 'true' changed to 'false' this code start being working again. WTF!?