CHttpException

The system is unable to find the requested action "login".

/home/1096229.cloudwaysapps.com/hxvbchrrhp/public_html/framework/yiilite.php(3835)

3823                 else
3824                     $config=array_merge($provider[$actionID],$config);
3825             }
3826         }
3827         else
3828             throw new CException(Yii::t('yii','Object configuration must be an array containing a "class" element.'));
3829         $class=Yii::import($providerType,true);
3830         $map=call_user_func(array($class,'actions'));
3831         return $this->createActionFromMap($map,$actionID,$requestActionID,$config);
3832     }
3833     public function missingAction($actionID)
3834     {
3835         throw new CHttpException(404,Yii::t('yii','The system is unable to find the requested action "{action}".',
3836             array('{action}'=>$actionID==''?$this->defaultAction:$actionID)));
3837     }
3838     public function getAction()
3839     {
3840         return $this->_action;
3841     }
3842     public function setAction($value)
3843     {
3844         $this->_action=$value;
3845     }
3846     public function getId()
3847     {

Stack Trace

#4
+
 /home/1096229.cloudwaysapps.com/hxvbchrrhp/public_html/index.php(17): CApplication->run()
12 
13 // remove the following line when in production mode
14 defined('YII_DEBUG') or define('YII_DEBUG',true);
15 
16 require_once($yii);
17 Yii::createWebApplication($config)->run();
2024-03-19 03:41:08 Apache/2.4.58 (Debian) Yii Framework/1.1.24