Class 'article' not found
/www/wwwroot/zzszbsw.com/themes/zbsw/views/layouts/left_menu1.php(33)
21 22
#0 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CBaseController.php(126): require() 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#1 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CBaseController.php(95): CBaseController->renderInternal() 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#2 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(869): CBaseController->renderFile() 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
#3 |
+
–
/www/wwwroot/zzszbsw.com/themes/zbsw/views/content/index_page.php(6): CController->renderPartial() 01 renderPartial('/layouts/head'); ?> 02 renderPartial('/layouts/position'); ?> 03 |
#4 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CBaseController.php(126): require("/www/wwwroot/zzszbsw.com/themes/zbsw/views/content/index_page.ph...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#5 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CBaseController.php(95): CBaseController->renderInternal() 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#6 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(869): CBaseController->renderFile() 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
#7 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(782): CController->renderPartial() 777 */ 778 public function render($view,$data=null,$return=false) 779 { 780 if($this->beforeRender($view)) 781 { 782 $output=$this->renderPartial($view,$data,true); 783 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 784 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 785 786 $this->afterRender($view,$output); 787 |
#8 |
+
–
/www/wwwroot/zzszbsw.com/protected/controllers/ContentController.php(46): CController->render() 41 } 42 if ($tpl == '') { 43 $tpl = 'list'; 44 } 45 46 $this->render($tpl); 47 } 48 49 public function actionView($cid, $id) { 50 $cid = intval($cid); 51 $id = intval($id); |
#9 |
unknown(0): ContentController->actionIndex()
|
#10 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs() 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
#11 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal() 42 { 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 49 $controller->$methodName(); 50 return true; 51 } 52 } |
#12 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(308): CInlineAction->runWithParams() 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#13 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(286): CController->runAction() 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#14 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CController.php(265): CController->runActionWithFilters() 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#15 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CWebApplication.php(282): CController->run() 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
#16 |
+
–
/www/wwwroot/zzszbsw.com/framework/web/CWebApplication.php(141): CWebApplication->runController() 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#17 |
+
–
/www/wwwroot/zzszbsw.com/framework/base/CApplication.php(184): CWebApplication->processRequest() 179 public function run() 180 { 181 if($this->hasEventHandler('onBeginRequest')) 182 $this->onBeginRequest(new CEvent($this)); 183 register_shutdown_function(array($this,'end'),0,false); 184 $this->processRequest(); 185 if($this->hasEventHandler('onEndRequest')) 186 $this->onEndRequest(new CEvent($this)); 187 } 188 189 /** |
#18 |
+
–
/www/wwwroot/zzszbsw.com/common.php(17): CApplication->run() 12 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3); 13 require_once($yii); 14 $app = Yii::createWebApplication($config); 15 require_once($globals); 16 17 $app->run(); 18 |
#19 |
+
–
/www/wwwroot/zzszbsw.com/index.php(10): require_once("/www/wwwroot/zzszbsw.com/common.php") 05 06 07 $config = dirname(__FILE__) . '/protected/config/main.php'; 08 $globals = dirname(__FILE__) . '/protected/globals.php'; 09 10 require_once('./common.php'); 11 12 function isMobile() 13 { 14 // 如果有HTTP_X_WAP_PROFILE则一定是移动设备 15 if (isset ($_SERVER['HTTP_X_WAP_PROFILE'])) |