佛仙阁战队和佛仙居哪个名字好

佛仙阁-搜狐博客
请稍候,正在下载...
提示:您需要开启Javascript
检测到您使用的浏览器不支持脚本语言(javascript),或该功能已被禁用。
提供了一套非常强大的用户界面,可以让您很方便地制作出属于自己的个性主页。
如果您想体验这些新功能,需要开启浏览器的脚本(javascript)功能,然后。PHP warning
PHP warning
PDOStatement::execute(): MySQL server has gone away
/www/web/www_paigu_com/public_html/framework/yiilite.php(9313)
$cacheKey.=':'.$this-&getText().':'.serialize(array_merge($this-&_paramLog,$params));
if(($result=$cache-&get($cacheKey))!==false)
return $result[0];
if($this-&_connection-&enableProfiling)
Yii::beginProfile('system.db.CDbCommand.query('.$this-&getText().$par.')','system.db.CDbCommand.query');
$this-&prepare();
if($params===array())
$this-&_statement-&execute();
$this-&_statement-&execute($params);
if($method==='')
$result=new CDbDataReader($this);
$mode=(array)$
call_user_func_array(array($this-&_statement, 'setFetchMode'), $mode);
$result=$this-&_statement-&$method();
$this-&_statement-&closeCursor();
if($this-&_connection-&enableProfiling)
Stack Trace
&/www/web/www_paigu_com/public_html/framework/yiilite.php(9313): PDOStatement->execute()
if($this-&_connection-&enableProfiling)
Yii::beginProfile('system.db.CDbCommand.query('.$this-&getText().$par.')','system.db.CDbCommand.query');
$this-&prepare();
if($params===array())
$this-&_statement-&execute();
$this-&_statement-&execute($params);
if($method==='')
$result=new CDbDataReader($this);
&/www/web/www_paigu_com/public_html/framework/yiilite.php(9268): CDbCommand->queryInternal(&fetch&, array(2), array())
return $this-&queryInternal('fetchAll',$fetchAssociative ? $this-&_fetchMode : PDO::FETCH_NUM, $params);
public function queryRow($fetchAssociative=true,$params=array())
return $this-&queryInternal('fetch',$fetchAssociative ? $this-&_fetchMode : PDO::FETCH_NUM, $params);
public function queryScalar($params=array())
$result=$this-&queryInternal('fetchColumn',0,$params);
if(is_resource($result) && get_resource_type($result)==='stream')
&/www/web/www_paigu_com/public_html/protected/models/WxUserHome.php(81): CDbCommand->queryRow()
//取得数据
$index = ceil($ids[$i][&id&] / 100000);
$sql = &SELECT id, title, summary, thumbnail, time, `click`, `like`, parent_id FROM {{wx_public_user_article&.$index.&}} WHERE id=:id&;
$command = $connection-&createCommand($sql);
$command-&bindParam(&:id&, $ids[$i][&id&], PDO::PARAM_INT);
$row = $command-&queryRow();
if (is_array($row)) {
$ret[$j] = $
$ret[$j++][&thumbnail&] = ceil($row[&parent_id&] / 10000).&/{$row[&parent_id&]}/{$row[&id&]}.jpg&;
//修补缩略图地址
&/www/web/www_paigu_com/public_html/protected/controllers/WxController.php(1233): WxUserHome->GetHotList()
//文章总数
$info[&sum&] = $home-&GetArticleSum($id);
$data = array();
$mlist = array();
$hot = $home-&GetHotList($id, 6);
$rand = $home-&GetRandList($id, 6);
$ylist = $home-&GetYearList($id);
if(!empty($ylist))
if(!$year) $year = (int)$ylist[0];
&unknown(0): WxController->actionInfo(&695738&, &2014&, 0)
&/www/web/www_paigu_com/public_html/framework/yiilite.php(4039): ReflectionMethod->invokeArgs(WxController, array(&695738&, &2014&, 0))
elseif($param-&isDefaultValueAvailable())
$ps[]=$param-&getDefaultValue();
$method-&invokeArgs($object,$ps);
4043 class CInlineAction extends CAction
&/www/web/www_paigu_com/public_html/framework/yiilite.php(4056): CAction->runWithParamsInternal(WxController, ReflectionMethod, array(&id& =& &695738&, &year& =& &2014&))
$methodName='action'.$this-&getId();
$controller=$this-&getController();
$method=new ReflectionMethod($controller, $methodName);
if($method-&getNumberOfParameters()&0)
return $this-&runWithParamsInternal($controller, $method, $params);
return $controller-&$methodName();
4061 class CWebUser extends CApplicationComponent implements IWebUser
&/www/web/www_paigu_com/public_html/framework/yiilite.php(3570): CInlineAction->runWithParams(array(&id& =& &695738&, &year& =& &2014&))
$priorAction=$this-&_
$this-&_action=$
if($this-&beforeAction($action))
if($action-&runWithParams($this-&getActionParams())===false)
$this-&invalidActionParams($action);
$this-&afterAction($action);
$this-&_action=$priorA
&/www/web/www_paigu_com/public_html/framework/yiilite.php(6743): CController->runAction(CInlineAction)
$filter=$this-&itemAt($this-&filterIndex++);
$filter-&filter($this);
$this-&controller-&runAction($this-&action);
6746 class CFilter extends CComponent implements IFilter
public function filter($filterChain)
&/www/web/www_paigu_com/public_html/protected/controllers/WxController.php(73): CFilterChain->run()
Yii::app()-&params[&Cookie_Domain&]
//继续执行
$filterChain-&run();
public function actionIndex()
&/www/web/www_paigu_com/public_html/framework/yiilite.php(6785): WxController->filterAccessControl(CFilterChain)
array('{filter}'=&$filterName, '{class}'=&get_class($controller))));
public function filter($filterChain)
$method='filter'.$this-&
$filterChain-&controller-&$method($filterChain);
6788 class CAccessControlFilter extends CFilter
&/www/web/www_paigu_com/public_html/framework/yiilite.php(6740): CInlineFilter->filter(CFilterChain)
public function run()
if($this-&offsetExists($this-&filterIndex))
$filter=$this-&itemAt($this-&filterIndex++);
$filter-&filter($this);
$this-&controller-&runAction($this-&action);
&/www/web/www_paigu_com/public_html/framework/yiilite.php(3560): CFilterChain->run()
$this-&runAction($action);
$priorAction=$this-&_
$this-&_action=$
CFilterChain::create($this,$action,$filters)-&run();
$this-&_action=$priorA
public function runAction($action)
&/www/web/www_paigu_com/public_html/framework/yiilite.php(3545): CController->runActionWithFilters(CInlineAction, array(&AccessControl&))
if(($parent=$this-&getModule())===null)
$parent=Yii::app();
if($parent-&beforeControllerAction($this,$action))
$this-&runActionWithFilters($action,$this-&filters());
$parent-&afterControllerAction($this,$action);
$this-&missingAction($actionID);
&/www/web/www_paigu_com/public_html/framework/yiilite.php(1746): CController->run(&info&)
list($controller,$actionID)=$
$oldController=$this-&_
$this-&_controller=$
$controller-&init();
$controller-&run($actionID);
$this-&_controller=$oldC
throw new CHttpException(404,Yii::t('yii','Unable to resolve the request &{route}&.',
array('{route}'=&$route===''?$this-&defaultController:$route)));
&/www/web/www_paigu_com/public_html/framework/yiilite.php(1666): CWebApplication->runController(&wx/info&)
foreach(array_splice($this-&catchAllRequest,1) as $name=&$value)
$_GET[$name]=$
$route=$this-&getUrlManager()-&parseUrl($this-&getRequest());
$this-&runController($route);
protected function registerCoreComponents()
parent::registerCoreComponents();
$components=array(
&/www/web/www_paigu_com/public_html/framework/yiilite.php(1191): CWebApplication->processRequest()
public function run()
if($this-&hasEventHandler('onBeginRequest'))
$this-&onBeginRequest(new CEvent($this));
register_shutdown_function(array($this,'end'),0,false);
$this-&processRequest();
if($this-&hasEventHandler('onEndRequest'))
$this-&onEndRequest(new CEvent($this));
public function end($status=0,$exit=true)
&/www/web/www_paigu_com/public_html/index.php(30): CApplication->run()
25 define('DS', DIRECTORY_SEPARATOR);
26 define('WWWPATH', str_replace(array('\\', '\\\\'), '/', dirname(__FILE__)));
27 $framework = dirname(__FILE__) . DS. 'framework'.DS.'yiilite.php';
28 $config = WWWPATH . DS .'protected'.DS.'config'.DS.'main.php';
29 require_once ($framework);
30 Yii::createWebApplication($config)-&run();
12:10:52 Apache /1.1.14

我要回帖

更多关于 仙阁战队 的文章

 

随机推荐