CException

ProductsController 无法找到请求的视图 "project".

/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/ProductsController.php(353): CController->render("project")
348         $this->_cur="products";
349         $this->_submenu="bank";
350         $this->_seoTitle = "迪蒙P2P银行存管系统--中国领先的银行存管解决方案";
351         $this->_seoKeywords = "银行存管,银行存管系统,银行存管解决方案,P2P银行存管系统";
352         $this->_seoDescription = "迪蒙P2P银行存管系统,具有专业性强、安全性高、稳定性好、开发周期短、助力平台30天打通银行存管系统,是迪蒙携手30多家银行倾力打造的完全符合国家监管政策的银行存管解决方案。";
353         $this->render('project');
354     }//
355     /**
356      * 金融风控解决方案
357      */
358     public function actionRiskControl()
#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:04:35 nginx/1.18.0 Yii Framework/1.1.16