CHttpException

Невозможно обработать запрос "объявления/показ".

/var/www/kreditrf/data/www/framework/yiilite.php(1780)

1768     public function runController($route)
1769     {
1770         if(($ca=$this->createController($route))!==null)
1771         {
1772             list($controller,$actionID)=$ca;
1773             $oldController=$this->_controller;
1774             $this->_controller=$controller;
1775             $controller->init();
1776             $controller->run($actionID);
1777             $this->_controller=$oldController;
1778         }
1779         else
1780             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
1781                 array('{route}'=>$route===''?$this->defaultController:$route)));
1782     }
1783     public function createController($route,$owner=null)
1784     {
1785         if($owner===null)
1786             $owner=$this;
1787         if((array)$route===$route || ($route=trim($route,'/'))==='')
1788             $route=$owner->defaultController;
1789         $caseSensitive=$this->getUrlManager()->caseSensitive;
1790         $route.='/';
1791         while(($pos=strpos($route,'/'))!==false)
1792         {

Stack Trace

#2
+
 /var/www/kreditrf/data/www/kreditrf.ru/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/frontend.php' )->run();
2024-03-28 23:11:28 Apache Yii Framework/1.1.18