CException

SolutionController 无法找到请求的视图 "parking".

/www/wwwroot/www.dimeng.net/framework/yiilite.php(3913)

3901     {
3902         if(($viewFile=$this->getViewFile($view))!==false)
3903         {
3904             $output=$this->renderFile($viewFile,$data,true);
3905             if($processOutput)
3906                 $output=$this->processOutput($output);
3907             if($return)
3908                 return $output;
3909             else
3910                 echo $output;
3911         }
3912         else
3913             throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
3914                 array('{controller}'=>get_class($this), '{view}'=>$view)));
3915     }
3916     public function renderClip($name,$params=array(),$return=false)
3917     {
3918         $text=isset($this->clips[$name]) ? strtr($this->clips[$name], $params) : '';
3919         if($return)
3920             return $text;
3921         else
3922             echo $text;
3923     }
3924     public function renderDynamic($callback)
3925     {

Stack Trace

#1
+
 /www/wwwroot/www.dimeng.net/protected/controllers/SolutionController.php(17): CController->render("parking")
12         $this->_cur="products";
13         $this->_submenu="parking";
14         $this->_seoTitle = "迪蒙智慧路侧停车系统--中国路边停车收费系统领军品牌";
15         $this->_seoKeywords = "路边停车收费系统, 路侧停车系统";
16         $this->_seoDescription = "迪蒙智慧路侧停车系统是迪蒙历时六年倾力打造的一款全新的一站式道路路边停车收费管理系统,系统打通线上线下使用场景,让停车管理更智能、更简单、更高效!";
17         $this->render('parking');
18     }
19     /**
20      * 迪蒙智慧停车场解决方案
21      */
22     public function actionZhinengtingche ()
#9
+
 /www/wwwroot/www.dimeng.net/index.php(45): CApplication->run()
40     define('DC',"site/index");
41 }
42 //////////////////////////////////////////////////////////////////////////////
43 $config = WWWPATH . DS .'protected'.DS.'config'.DS.'main.php';
44 
45 Yii::createWebApplication($config)->run();
46 
47 
2024-03-19 11:37:35 nginx/1.18.0 Yii Framework/1.1.16