ETERNAL 寫:出現空白的原因有好幾種\r
要看你錯誤訊息才能知道是什麼原因
常見的原因
1.config.php設定錯誤
2.sql沒有匯入\r
3.$phpbb_root_path設定錯誤
4.瀏覽器
我覺得我是config.php設定錯誤和$phpbb_root_path設定錯誤,這兩方面的問題
我的論壇位置是C:\AppServ\www\phpbb2以下,而我的網址是http://waiwai.hopto.org:8080,那麼我應怎樣設定我的$phpbb_root_path變數呢?
而config.php方面的設定如下
代碼: 選擇全部
<?php
// type of database running
// (only mysql is supported at the moment)
$dbservertype='mysql';
// hostname or ip of server
$servername='waiwai.hopto.org'; //<--你使用的db的ip或網址
// username and password to log onto db server
$dbusername='abc'; //<--連結db的帳號
$dbpassword='123'; //<--連結db的密碼\r
// name of database
$dbname='phpbb'; //<--你使用的db名稱\r
// technical email address - any error messages will be emailed here
$technicalemail='chamkawai@hotmaiol.com'; //<--當有error訊息時所要寄發的email位子
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=0;
?>
真是謝謝各位的幫助,感謝萬分~
