问题:
网站安装,用了一段时间都没问题,突然打开就出现“系统故障”,也提示 BaseConnection.php 407 。后台登录的时候也提示这个407,无法登录网站后台进行操作。
1648717141a01b86.txt
SYSTEMPATH/Database/BaseConnection.php at line 407
400 break;
401 }
402 }
403 }
404
405 // We still don't have a connection?
406 if (! $this->connID) {
407 throw new DatabaseException(sprintf(
408 'Unable to connect to the database.%s%s',
409 PHP_EOL,
410 implode(PHP_EOL, $connectionErrors)
411 ));
412 }
413 }
414
————————————————
文件代码太多无法提交,以txt文件上传
答案:
看不出来,网站的错误地址发来我看看
回复@迅睿框架联合创始人 www.gqyzscq.cn 这个
这个是数据库挂掉了
Unable to connect to the database. Main connection [MySQLi]: Access denied for user '****'@'47.' (using password: YES)
参考文档:《数据库挂了》
回复@迅睿框架联合创始人 已找到问题,之前数据库到期了。
已解决~感谢感谢