CException

ArticleController 无法找到请求的视图 "list_link".

/www/wwwroot/www.henan400.com/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
+
 /www/wwwroot/www.henan400.com/protected/controllers/ArticleController.php(73): CController->render("list_link", array("list" => array(), "list_2" => null, "pages" => CPagination))
68             $tpl="index";
69         }else{
70             $tpl=$this->cate->listtpl;
71         }
72    
73     $this->render($tpl,$data);
74     }
75 
76     public function actionView() {
77 
78         if (isset($_GET['id']))
#9
+
 /www/wwwroot/www.henan400.com/common.php(13): CApplication->run()
08 // specify how many levels of call stack should be shown in each log message
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 5);
10 require_once($yii);
11 $app = Yii::createWebApplication($config);
12 require_once($globals);
13 $app->run();
#10
+
 /www/wwwroot/www.henan400.com/index.php(14): require_once("/www/wwwroot/www.henan400.com/common.php")
09 }else{
10     $config=dirname(__FILE__).'/protected/config/main.php';
11 }
12 
13 $globals = dirname(__FILE__) . '/protected/globals.php';
14 require_once('./common.php');
2024-03-28 16:44:31 nginx/1.14.1 Yii Framework/1.1.19