CHttpException

Невозможно обработать запрос "reviews/site/event".

/var/local/yii1116/yiilite.php(1765)

1753     public function runController($route)
1754     {
1755         if(($ca=$this->createController($route))!==null)
1756         {
1757             list($controller,$actionID)=$ca;
1758             $oldController=$this->_controller;
1759             $this->_controller=$controller;
1760             $controller->init();
1761             $controller->run($actionID);
1762             $this->_controller=$oldController;
1763         }
1764         else
1765             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
1766                 array('{route}'=>$route===''?$this->defaultController:$route)));
1767     }
1768     public function createController($route,$owner=null)
1769     {
1770         if($owner===null)
1771             $owner=$this;
1772         if(($route=trim($route,'/'))==='')
1773             $route=$owner->defaultController;
1774         $caseSensitive=$this->getUrlManager()->caseSensitive;
1775         $route.='/';
1776         while(($pos=strpos($route,'/'))!==false)
1777         {

Stack Trace

#2
+
 /var/www/buket-dvor/data/www/xn----9sbehdvdggypytl8j.xn--p1ai/index.php(48): CApplication->run()
43 
44 $config = dirname(__FILE__).'/protected/config/main.php';
45 
46 require_once($yii);
47 
48 Yii::createWebApplication($config)->run();
49 
50 ob_end_flush();
2024-03-19 17:35:30 Apache/2.4.54 (Debian) Yii Framework/1.1.16