/www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/pdo.php LINE: 35
错误位置
28 * 用于初始化运行环境,或对基本变量进行赋值 29 * 30 * @param array $params 数据库连接参数,如主机名,数据库用户名,密码等 31 */ 32 public function __construct($params = array()) { 33 //连接数据库 ,PDO::ATTR_PERSISTENT => true 34 $params['charset']=empty($params['charset'])?'utf8':$params['charset']; 35 $this->db_link = @new PDO("mysql:host={$params['host']};port={$params['port']};dbname={$params['name']}", $params['user'], $params['pwd'], array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES {$params['charset']}")); 36 if (!$this->db_link) { 37 trigger_error($params['driver'] . ' Server connect fail! <br/>Error Message:' . $this->error() . '<br/>Error Code:' . $this->errno(), E_USER_ERROR); 38 } 39 return true; 40 } 41 42 /**
TRACE
#0 include() called at [/www/wwwroot/www.biwuxs.com/lncms/function.php:50] #1 halt(SQLSTATE[HY000] [2002] Connection refused, /www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/pdo.php, 35) called at [/www/wwwroot/www.biwuxs.com/lncms/core/ln.php:229] #2 ln::exception(PDOException Object ([ * message] => SQLSTATE[HY000] [2002] Connection refused,[ Exception string] => ,[ * code] => 2002,[ * file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/pdo.php,[ * line] => 35,[ Exception trace] => Array ([0] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/pdo.php,[line] => 35,[function] => __construct,[class] => PDO,[type] => ->,[args] => Array ([0] => mysql:host=127.0.0.1;port=3306;dbname=biwu,[1] => biwu,[2] => nwnhxjeCbsKhNhHx,[3] => Array ([1002] => SET NAMES utf8))),[1] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/dao.php,[line] => 251,[function] => __construct,[class] => Driver_Db_Mysql_Pdo,[type] => ->,[args] => Array ([0] => Array ([host] => 127.0.0.1,[port] => 3306,[name] => biwu,[user] => biwu,[pwd] => nwnhxjeCbsKhNhHx,[charset] => utf8))),[2] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/dao.php,[line] => 266,[function] => slave,[class] => Driver_Db_Dao,[type] => ->,[args] => Array ()),[3] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/dao.php,[line] => 222,[function] => getTableField,[class] => Driver_Db_Dao,[type] => ->,[args] => Array ()),[4] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/driver/db/dao.php,[line] => 106,[function] => setTable,[class] => Driver_Db_Dao,[type] => ->,[args] => Array ([0] => NovelSearch_info)),[5] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/core/db.php,[line] => 22,[function] => __construct,[class] => Driver_Db_Dao,[type] => ->,[args] => Array ([0] => Array ([type] => mysql,[master] => Array ([0] => Array ([host] => 127.0.0.1,[port] => 3306,[name] => biwu,[user] => biwu,[pwd] => nwnhxjeCbsKhNhHx)),[singleton] => 1,[slave] => Array ([0] => Array ([host] => 127.0.0.1,[port] => 3306,[name] => biwu,[user] => biwu,[pwd] => nwnhxjeCbsKhNhHx)),[driver] => pdo,[prefix] => lncms_,[charset] => utf8),[1] => NovelSearch_info)),[6] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/core/base.php,[line] => 63,[function] => getInstance,[class] => LN_Db,[type] => ->,[args] => Array ([0] => NovelSearch_info)),[7] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/core/model.php,[line] => 30,[function] => db,[class] => LN_Base,[type] => ->,[args] => Array ([0] => NovelSearch_info)),[8] => Array ([file] => /www/wwwroot/www.biwuxs.com/app/novelsearch/model/novelsearch_info.php,[line] => 152,[function] => __call,[class] => LN_Model,[type] => ->,[args] => Array ([0] => update,[1] => Array ([0] => Array ([dayvisit] => Array ([0] => exp,[1] => dayvisit+48),[weekvisit] => Array ([0] => exp,[1] => weekvisit+48),[monthvisit] => Array ([0] => exp,[1] => monthvisit+48),[allvisit] => Array ([0] => exp,[1] => allvisit+48),[id] => 655099)))),[9] => Array ([file] => /www/wwwroot/www.biwuxs.com/app/common/lib/common.php,[line] => 36,[function] => incvisit,[class] => NovelSearch_infoModel,[type] => ->,[args] => Array ([0] => 655099)),[10] => Array ([file] => /www/wwwroot/www.biwuxs.com/app/novelsearch/lib/chapter.php,[line] => 12,[function] => getnovelid,[class] => CommonController,[type] => ->,[args] => Array ()),[11] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/core/ln.php,[line] => 87,[function] => init,[class] => chapterController,[type] => ->,[args] => Array ()),[12] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/core/ln.php,[line] => 33,[function] => app,[class] => ln,[type] => ->,[args] => Array ()),[13] => Array ([file] => /www/wwwroot/www.biwuxs.com/lncms/laoniu.php,[line] => 172,[function] => start,[class] => ln,[type] => ->,[args] => Array ()),[14] => Array ([file] => /www/wwwroot/www.biwuxs.com/index.php,[line] => 7,[args] => Array ([0] => /www/wwwroot/www.biwuxs.com/lncms/laoniu.php),[function] => include)),[ Exception previous] => ,[errorInfo] => ))
文件加载
/www/wwwroot/www.biwuxs.com/index.php /www/wwwroot/www.biwuxs.com/lncms/laoniu.php /www/wwwroot/www.biwuxs.com/lncms/function.php /www/wwwroot/www.biwuxs.com/lncms/core/base.php /www/wwwroot/www.biwuxs.com/lncms/core/ln.php /www/wwwroot/www.biwuxs.com/lncms/core/config.php /www/wwwroot/www.biwuxs.com/app/common/config.php /www/wwwroot/www.biwuxs.com/lncms/core/plugin.php /www/wwwroot/www.biwuxs.com/lncms/core/request.php /www/wwwroot/www.biwuxs.com/lncms/core/dispatcher.php /www/wwwroot/www.biwuxs.com/app/common/function.php /www/wwwroot/www.biwuxs.com/app/novelsearch/lib/chapter.php /www/wwwroot/www.biwuxs.com/app/common/lib/common.php /www/wwwroot/www.biwuxs.com/lncms/core/controller.php /www/wwwroot/www.biwuxs.com/app/user/model/user.php /www/wwwroot/www.biwuxs.com/lncms/core/model.php /www/wwwroot/www.biwuxs.com/lncms/core/cookie.php /www/wwwroot/www.biwuxs.com/lncms/core/view.php /www/wwwroot/www.biwuxs.com/template/biwu/config.php /www/wwwroot/www.biwuxs.com/app/cron/model/cron.php /www/wwwroot/www.biwuxs.com/lncms/core/cache.php /www/wwwroot/www.biwuxs.com/lncms/driver/cache/memcached.php /www/wwwroot/www.biwuxs.com/lncms/core/input.php /www/wwwroot/www.biwuxs.com/lncms/core/filter.php /www/wwwroot/www.biwuxs.com/app/novelsearch/model/novelsearch_info.php /www/wwwroot/www.biwuxs.com/lncms/core/db.php /www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/dao.php /www/wwwroot/www.biwuxs.com/lncms/driver/db/dao.php /www/wwwroot/www.biwuxs.com/lncms/driver/db/mysql/pdo.php /www/wwwroot/www.biwuxs.com/lncms/core/response.php /www/wwwroot/www.biwuxs.com/lncms/error.tpl