You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!?
The text was updated successfully, but these errors were encountered:
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!?
The text was updated successfully, but these errors were encountered: