UnRecoverableException

宠物 http://www.phb3.com/ 评论

Stack Trace #0 + – /var/www/news.wugu.com.cn/protected/common/api/ApiOperator.php(237): ApiOperator -> afterCall (!DOCTYPE html PUBLIC-//W3C//DTD XHTML 1.0 Transitional//EN...) 232 if ($customApiUrl) { 233 $result = $this-send ( $custom

Stack Trace #0  

+

 /var/www/news.wugu.com.cn/protected/common/api/ApiOperator.php(237): ApiOperator->afterCall("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...")

232 if ($customApiUrl) { 233 $result = $this->send ( $customApiUrl, $method, $requestParams ); 234 } else { 235 $result = $this->send ( $this->apiUrl, $method, $requestParams ); 236 } 237 return $this->afterCall ( $result ); 238 } 239 return ''; 240 } 241 242 /*

 
#1  

+

 /var/www/news.wugu.com.cn/protected/common/api/ApiOperator.php(246): ApiOperator->call(array("api" => "Article.getarticle", "articleID" => "1138760"), "get", false)

241 242 /* 243 * 发起GET请求 244 */ 245 public function get($paramters = array(), $customApiUrl = false) { 246 return $this->call ( $paramters, 'get', $customApiUrl ); 247 } 248 249 /* 250 * 发起POST请求 251 */

 
#2  

+

 /var/www/news.wugu.com.cn/protected/controllers/new/zx/2016/ListController.php(420): ApiOperator->get(array("api" => "Article.getarticle", "articleID" => "1138760"))

415 { 416 // api调用文章内容,包括标签数据,返回数组 417 $apiObj = ApiOperator::__instance ()->get ( array ( 418 'api' => 'Article.getarticle', 419 'articleID' => $id 420 ) ); 421 422 if(!$apiObj->data) 423 { 424 $this->redirect_message ( '该文章已经删除或未审核', $status = 'success', $time = 3, "" ); 425 exit ();

 
#3  

+

 /var/www/yii/framework/web/actions/CInlineAction.php(49): ListController->actionDetail()

44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 else 49 return $controller->$methodName(); 50 } 51 52 }

 
#4  

+

 /var/www/yii/framework/web/CController.php(308): CInlineAction->runWithParams(array())

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;

 
#5  

+

 /var/www/yii/framework/web/CController.php(286): CController->runAction(CInlineAction)

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();

 
#6  

+

 /var/www/yii/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array())

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);

 
#7  

+

 /var/www/yii/framework/web/CWebApplication.php(282): CController->run("detail")

#p#分页标题#e#

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)));

 
#8  

+

 /var/www/yii/framework/web/CWebApplication.php(141): CWebApplication->runController("new/zx/2016/list/detail")

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.

 
#9  

+

 /var/www/yii/framework/base/CApplication.php(169): CWebApplication->processRequest()

164 public function run() 165 { 166 if($this->hasEventHandler('onBeginRequest')) 167 $this->onBeginRequest(new CEvent($this)); 168 register_shutdown_function(array($this,'end'),0,false); 169 $this->processRequest(); 170 if($this->hasEventHandler('onEndRequest')) 171 $this->onEndRequest(new CEvent($this)); 172 } 173 174 /**

 
#10  

+

 /var/www/news.wugu.com.cn/index-news-product.php(13): CApplication->run()

08 defined('YII_DEBUG') or define('YII_DEBUG',true); 09 // specify how many levels of call stack should be shown in each log message 10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 11 12 require_once($yii); 13 Yii::createWebApplication($config)->run(); 14 ?>

3号排行榜:UnRecoverableException

喜欢 (0) or 分享 (0)