午夜dv内射一区二区,无码精品一区二区三区免费视频,天堂网www在线网,无码精品人妻一区二区三刘亦菲,特级欧美aaaaaaa免费观看

幫助中心 > 常見問題

提示DATABASE.CLASS.PHP錯誤

當(dāng)網(wǎng)站頁面出現(xiàn)提示字符:

celiveincludedatabase.class.php on line 247

的字樣時,說明網(wǎng)站客服系統(tǒng)的配置文件中,數(shù)據(jù)庫信息填寫的不正確,或者配置文件被替換。

 

解決方法:

 

將 網(wǎng)站目錄celiveincludeconfig.inc.php  文件用ftp工具下載到本機后,用Editplus軟件打開,編輯里面數(shù)據(jù)庫信息部分

如:

 

Code:

  1. $config['database'] = 'test';  

  2. $config['username'] = 'root';  

  3. $config['password'] = 'root';  

  4. $config['prefix'] = 'cmseasy_';  

 

1、數(shù)據(jù)庫名

2、數(shù)據(jù)庫用戶名

3、數(shù)據(jù)庫密碼

4、數(shù)據(jù)庫表前綴

 

將里面正確的數(shù)據(jù)庫信息(數(shù)據(jù)庫信息請咨詢空間商)修改為正確信息后,保存好文件(注意:文件編碼必須是UTF-8格式?。⒈4娴奈募ㄟ^ftp工具上傳到網(wǎng)站空間替換同名文件即可。