CHttpException

Системе не удалось найти запрашиваемое действие "bookshopfest.ru".

/home/hcu25133/phantom-press.ru/framework/yiilite.php(3790)

3778                 else
3779                     $config=array_merge($provider[$actionID],$config);
3780             }
3781         }
3782         else
3783             throw new CException(Yii::t('yii','Object configuration must be an array containing a "class" element.'));
3784         $class=Yii::import($providerType,true);
3785         $map=call_user_func(array($class,'actions'));
3786         return $this->createActionFromMap($map,$actionID,$requestActionID,$config);
3787     }
3788     public function missingAction($actionID)
3789     {
3790         throw new CHttpException(404,Yii::t('yii','The system is unable to find the requested action "{action}".',
3791             array('{action}'=>$actionID==''?$this->defaultAction:$actionID)));
3792     }
3793     public function getAction()
3794     {
3795         return $this->_action;
3796     }
3797     public function setAction($value)
3798     {
3799         $this->_action=$value;
3800     }
3801     public function getId()
3802     {

Stack Trace

#4
+
 /home/hcu25133/phantom-press.ru/docs/admin/index.php(6): CApplication->run()
1 <?php
2 
3 require_once( __DIR__ . '/../../app/config/settings.php' );
4 require_once( __DIR__ . '/../../framework/yiilite.php');
5 
6 Yii::createWebApplication( __DIR__ . '/../../app/config/backend.php' )->run();
2024-03-28 12:20:21 Apache/2.4.56 (Red Hat Enterprise Linux 8) PHP/7.1.33 mod_fcgid/2.3.9 mod_perl/2.0.12 Perl/v5.26.3 Yii Framework/1.1.18