Your server is not authorized.
For assistace sales@hitasoft.com
Powered by Hitasoft
Error

Error

Class 'HybridAuthIdentity' not found

/home/babye/public_html/protected/controllers/UserController.php(189)

177     {
178         if (!isset($_GET['provider']) && $type == NULL){
179             $this->redirect(array('/user/login'));
180             return;
181         }
182 
183         try{
184             if(isset($_GET['provider'])){
185                 $type = $_GET['provider'];
186             }
187             $_SESSION['provider'] = $type;
188             //Yii::import('ext.components.HybridAuthIdentity');
189             $haComp = new HybridAuthIdentity();
190 
191             if (!$haComp->validateProviderName($type))
192             throw new CHttpException ('500', 'Invalid Action. Please try again.');
193             //echo "<pre>";print_r($haComp->validateProviderName($_GET['provider']));die;
194             $haComp->adapter = $haComp->hybridAuth->authenticate($type);
195 
196             $haComp->userProfile = $haComp->adapter->getUserProfile();
197             //echo '<pre>'; var_dump($haComp->userProfile); exit;
198             if($haComp->adapter->id == 'Twitter') {
199                 $userStatus = $haComp->twitLogin();
200             } else {
201                 // echo '<pre>';  print_r($haComp->adapter->adapter->user->profile);exit; 

Stack Trace

#9
+
 /home/babye/public_html/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-04-29 02:57:11 Apache Yii Framework/1.1.16-dev