石家庄圣安驾校校买了一个早上5点的能退吗‘

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(&591649&, &2014&, 0)
&/www/web/www_paigu_com/public_html/framework/yiilite.php(4039): ReflectionMethod->invokeArgs(WxController, array(&591649&, &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& =& &591649&, &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& =& &591649&, &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()-¶ms[&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();
09:11:41 Apache /1.1.14(树的葡萄)
(光里有湖)
第三方登录:上海杭州成都重庆北京沈阳长春福州武汉济南潍坊青岛天津泉州郑州宁波长沙贵阳西安太原石家庄南昌合肥广州深圳南京苏州哈尔滨
所属地区:&&&&&&永康市
咨询***:&&
打***时请告知是在“驾校一点通”上看到的,有优惠哦^_^
应教练 (8年教龄)
隶属于:永康圣安驾校
口碑指数:
& &提问人:卢海燕 & &发布时间:
我想学驾照
IP:183.154.12.111
:欢迎,请电联
& &提问人:一点通5514 & &发布时间:
现在来报名
要多久才能拿驾驶证呢
IP:112.17.244.185
:二个月左右,
& &提问人:常开发 & &发布时间:
科目三两次 没过,可以自己预约去考吗
IP:60.182.67.31
态调整好,与教练沟通好
& &提问人:a456 & &发布时间:
网上自主预约不是从7月1日开始了么,这个自主预约是学员自己预约还是教练预约的?如果是学员自己预约,那预约程序如何的?
IP:115.212.237.104
:具体联系教练
& &提问人:wap网友 & &发布时间:
我科目一没过,之后去过驾校了,考及格了,现在能不能排到我?
IP:39.187.201.153
:考过就可以安排了呀
页次:1/3页
驾校一点通倡导言论自由,但言论自由不是漫骂、诽谤,如有下行为,删无赦!
广告型:公布所谓的推荐***或网址。
牢骚性:只是一味的宣泄,没有实质的对公司评价。
无聊型:哈哈,呵呵,hoho之类的词汇。
自说自话型:同一IP连续数贴明显的吹捧或者诋毁某一公司。
驾校一点通()旗下平台:
浙ICP备号 本站法律顾问:孔建祥律师

参考资料

 

随机推荐