CException

Контроллер DefaultController не может найти представление "struktura/iblock_list".

/var/www/ovfd.ru/data/private/framework/web/CController.php(878)

866     {
867         if(($viewFile=$this->getViewFile($view))!==false)
868         {
869             $output=$this->renderFile($viewFile,$data,true);
870             if($processOutput)
871                 $output=$this->processOutput($output);
872             if($return)
873                 return $output;
874             else
875                 echo $output;
876         }
877         else
878             throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
879                 array('{controller}'=>get_class($this), '{view}'=>$view)));
880     }
881 
882     /**
883      * Renders a named clip with the supplied parameters.
884      * This is similar to directly accessing the {@link clips} property.
885      * The main difference is that it can take an array of named parameters
886      * which will replace the corresponding placeholders in the clip.
887      * @param string $name the name of the clip
888      * @param array $params an array of named parameters (name=>value) that should replace
889      * their corresponding placeholders in the clip
890      * @param boolean $return whether to return the clip content or echo it.

Stack Trace

#1
+
 /var/www/ovfd.ru/data/www/ovfd.ru/protected/modules/iblock/controllers/DefaultController.php(177): CController->render("struktura/iblock_list", array("iblock" => IBlock, "sections" => array(IBlockSection), "elements" => array(), "pages" => CPagination))
172 
173             $this->render($template.'/iblock_list', array(
174                 'iblock'=>$iblockModel,
175                 'sections'=>$sections,
176                 'elements'=>$elements,
177                 'pages' => $pages));                       /* РЕНДЕР СПИСКА ИНФОБЛОКА */
178             return true;
179         }
180 
181         throw new CHttpException(404, 'Запрошеная страница не найдена.'); //Если ничего не нашлось
182     }
#11
+
 /var/www/ovfd.ru/data/www/ovfd.ru/index.php(43): CApplication->run()
38 if ($ver == 'special') {
39     Yii::app()->setTheme('special');
40 } else {
41     Yii::app()->setTheme('front');
42 }
43 Yii::app()->run();
2024-03-29 13:58:33 Apache/2.4.38 (Debian) Yii Framework/1.1.15