CHttpException

Unable to resolve the request "produktsiya".

/home/i/infosi3d/agro.sibeik.ru/public_html/vendor/yiisoft/yii/framework/web/CWebApplication.php(286)

274     public function runController($route)
275     {
276         if(($ca=$this->createController($route))!==null)
277         {
278             list($controller,$actionID)=$ca;
279             $oldController=$this->_controller;
280             $this->_controller=$controller;
281             $controller->init();
282             $controller->run($actionID);
283             $this->_controller=$oldController;
284         }
285         else
286             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
287                 array('{route}'=>$route===''?$this->defaultController:$route)));
288     }
289 
290     /**
291      * Creates a controller instance based on a route.
292      * The route should contain the controller ID and the action ID.
293      * It may also contain additional GET variables. All these must be concatenated together with slashes.
294      *
295      * This method will attempt to create a controller in the following order:
296      * <ol>
297      * <li>If the first segment is found in {@link controllerMap}, the corresponding
298      * controller configuration will be used to create the controller;</li>

Stack Trace

#0
+
 /home/i/infosi3d/agro.sibeik.ru/public_html/protected/controllers/SiteController.php(23): CWebApplication->runController("produktsiya")
18     {
19         if (empty($_GET['view'])) $_GET['view'] = '/';
20         $model = Page::model()->findByUrl($_GET['view']);
21 
22         if ($model === NULL) {
23             Yii::app()->runController($_GET['view']);
24         } else {
25             $view = 'page';
26             //$sql = '';
27             $this->render(
28                 $view,
#8
+
 /home/i/infosi3d/agro.sibeik.ru/public_html/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG', true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-28 11:12:09 Apache/2.4.55 (Unix) Yii Framework/1.1.19