下載完D6.1F版後 照readme檔所說將upload資料夾全上傳到空間
使用的空間是免費空間:
http://www.000webhost.com/
但還是沒辦法用 請大家指導一下
架設的網頁:
http://lessontest.site90.net/
錯誤
=================================================
Discuz! info: MySQL Query Error
Time: 2008-10-6 9:02am
Script: /index.php
SQL: SELECT type FROM [Table]usergroups WHERE groupid='7'
Error: Table 'a6734502_test.[Table]usergroups' doesn't exist
Errno.: 1146
Similar error report has beed dispatched to administrator before.
==================================================
好像是連結資料庫的問題
我有修改config.inc.php這檔
==================================================
$dbhost = ****.com'; // 數據庫服務器
$dbuser = '****_test1'; // 數據庫用戶名
$dbpw = '1qazxsw2'; // 數據庫密碼
$dbname = '****_test'; // 數據庫名
$pconnect = 1; // 數據庫持久連接 0=關閉, 1=打開
==================================================
上面的資訊是我申請的空間 進去設定後給我的
==================================================
Information
MySQL database has been created. Use these details for your PHP scripts:
$mysql_host = "****.com";
$mysql_database = "****_test";
$mysql_user = "****_test1";
$mysql_password = "1qazxsw2";
It can take about 1 minute until your database and phpMyAdmin will start working.
[ Back to MySQL ]
[ Back to Control Panel ]
=================================================
就只有修改這裡跟一些資料夾屬性改成777而已
其它沒有動到
[
本帖最後由 sinon 於 2008-10-7 14:02 編輯 ]