(!)SamaoPHP错误提示: | |
所在页面(行): | /usr/home/qyu2503570001/htdocs/Apps/En/controls/home.ctl.php (8) |
错误提示信息: |
数据库连接不成功SQLSTATE[HY000] [1203] User qdm691805449 already has more than 'max_user_connections' active connections 连接参数 link: mysql:host=qdm691805449.my3w.com;port=3306;dbname=qdm691805449_dbuser:qdm691805449pass:Yee@123654 |
执行函数: | DB::getone() |
函数参数: | Array ( [0] => select * from @pf_config_en order by id asc ) |
错误代码附近: | 6. public function __construct() 7. { 8. $this->assign("config", DB::getone("select * from @pf_config_en order by id asc")); 9. $this->assign("contact", DB::getlist("select * from @pf_contact_en order by sort asc")); 10. $this->assign("caseDesign", DB::getlist("select * from @pf_case_design_en order by sort asc")); |
触发页面(行): | /usr/home/qyu2503570001/htdocs/samao/libs/sys/db.class.php (352) |
所抛出信息页面(行): | (0) |
Call Stack | Function | Location | Line |
0 | DB::getone() | /usr/home/qyu2503570001/htdocs/Apps/En/controls/home.ctl.php | 8 |
1 | HomeController->__construct() | /usr/home/qyu2503570001/htdocs/samao/samaophp.php | 89 |
2 | App::Run() | /usr/home/qyu2503570001/htdocs/index.php | 37 |