聯(lián)系官方銷售客服
1835022288
028-61286886
網(wǎng)站安裝,用了一段時間都沒問題,突然打開就出現(xiàn)“系統(tǒng)故障”,也提示 BaseConnection.php 407 。后臺登錄的時候也提示這個407,無法登錄網(wǎng)站后臺進行操作。
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文件上傳
回復(fù)@迅??蚣苈?lián)合創(chuàng)始人 www.gqyzscq.cn 這個
這個是數(shù)據(jù)庫掛掉了
參考文檔:《數(shù)據(jù)庫掛了》
回復(fù)@迅??蚣苈?lián)合創(chuàng)始人 已找到問題,之前數(shù)據(jù)庫到期了。
已解決~感謝感謝