CException

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

/home/host800202/invateh.com/htdocs/www/Yii/yii-1.1.12/framework/web/CController.php(879)

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

Stack Trace

#1
+
 /home/host800202/invateh.com/htdocs/www/protected/controllers/ProductGroupController.php(39): CController->render(null, array("items" => array(ProductGroup, ProductGroup, ProductGroup, ProductGroup, ...), "model" => ProductGroup))
34             $this->pattern[$lvl['lvl']],
35             array(
36                 'items' => $items,
37                 'model' => $model
38             )
39         );
40     }
41 
42 //    public function actions(){
43 //        $actions = parent::actions();
44 //        $actions['addToCart'] = 'application.modules.shop.components.AddToCartAction';
#9
+
 /home/host800202/invateh.com/htdocs/www/index.php(16): CApplication->run()
11 }
12 
13 require_once 'Yii/yii-1.1.12/framework/YiiBase.php';
14 require_once 'protected/yii.php';
15 
16 Yii::createWebApplication($config)->run();
2024-03-28 12:03:50 Apache/2.4.55 (Unix) OpenSSL/1.0.2k-fips mpm-itk/2.4.7-04 Phusion_Passenger/5.1.12 PHP/5.3.29 mod_wsgi/4.9.4 Python/3.6 Yii Framework/1.1.12