CException

Контроллер ConstructcatalogController не может найти представление "index".

/var/www/u2741563/data/www/yii-1.1.21.733ac5/framework/web/CController.php(881)

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

Stack Trace

#1
+
 /var/www/u2741563/data/www/b-system.ru/protected/controllers/ConstructcatalogController.php(242): CController->render("index", array("models" => array(Categories, Categories, Categories, Categories, ...), "krepltype" => null))
237                 $this->layout="main_index";
238                 if(isset($krepltype) AND $krepltype == 'garage' )$this->render('garage', array('models'=>$models));
239                 //if(isset($krepltype) AND $krepltype == 'garage' )$this->render('garage', array('models'=>$models));
240                 elseif(isset($krepltype) AND $krepltype == 'pricep' )$this->render('pricep', array('models'=>$models));
241             }
242             else $this->render('index', array('models'=>$models, 'krepltype'=>$krepltype));
243     }////////////public function actionIndex(){
244     
245     
246     
247     public function filterCheck_category_existance($filterChain)    {//////////Если не был указан идентификатор партнера - то выдать 404 ошибкуr 
#5
+
 /var/www/u2741563/data/www/b-system.ru/protected/controllers/ConstructcatalogController.php(161): CFilterChain->run()
156                     //exit();
157                 }
158                 
159                 
160             }
161             $filterChain->run();
162         
163         
164     }/////////public function filterCheckKppKrepl($filterChain){
165     
166     public function  filterCheckProductExist($filterChain)    {////    
#17
+
 /var/www/u2741563/data/www/b-system.ru/index.php(41): CApplication->run()
36 
37 $clientScript->registerCoreScript('jquery');
38 
39 }
40 
41 $app->run(); 
42 
2024-03-29 08:02:00 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 Phusion_Passenger/5.3.7 Yii Framework/1.1.21