CHttpException

Невозможно обработать запрос "news/archive".

/home/o/orskkinoru/yii/yiilite.php(1803)

1791     public function runController($route)
1792     {
1793         if(($ca=$this->createController($route))!==null)
1794         {
1795             list($controller,$actionID)=$ca;
1796             $oldController=$this->_controller;
1797             $this->_controller=$controller;
1798             $controller->init();
1799             $controller->run($actionID);
1800             $this->_controller=$oldController;
1801         }
1802         else
1803             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
1804                 array('{route}'=>$route===''?$this->defaultController:$route)));
1805     }
1806     public function createController($route,$owner=null)
1807     {
1808         if($owner===null)
1809             $owner=$this;
1810         if((array)$route===$route || ($route=trim($route,'/'))==='')
1811             $route=$owner->defaultController;
1812         $caseSensitive=$this->getUrlManager()->caseSensitive;
1813         $route.='/';
1814         while(($pos=strpos($route,'/'))!==false)
1815         {

Stack Trace

#2
+
 /home/o/orskkinoru/new.orskkino.ru/index.php(49): CApplication->run()
44 
45 $config = dirname(__FILE__) . '/protected/config/main.php';
46 
47 require_once($yii);
48 
49 Yii::createWebApplication($config)->run();
50 
51 if (APP_IS_ADMIN_AREA || !D::cms('system_lazyload', true, true)) {
52     ob_end_flush();
53 } else {
54     // lazy load
2024-03-19 11:41:22 Apache Yii Framework/1.1.20