- 文章: 1031
- 活躍值: 21
- 謝謝您收到: 166
Joomla 架 在Hinet空間
- linuxcurator
-
Topic Author
- 訪客
-
- 羽城君拉
-
- Offline
- 管理員
-
Less
More
- Winterrise
-
- Offline
- 金牌會員
-
Less
More
- 文章: 196
- 謝謝您收到: 0
- linuxcurator
-
Topic Author
- 訪客
-
- 羽城君拉
-
- Offline
- 管理員
-
Less
More
- 文章: 1031
- 活躍值: 21
- 謝謝您收到: 166
2010-01-28 03:34 #17187
來自 羽城君拉
...
羽城君拉 replied the topic: Joomla 架 在Hinet空間
一開始安裝時,沒有設定根目錄(joomla檔案放的目錄)的權限為可寫入(chmod 777)。
這樣會造成安裝後,程式不會產生configuration.php檔案。
應該要先用ftp軟體把根目錄的權限設為777。
要不然就自己手動改configuraton.php-dist為configuration.php,然後自行設定資料庫的連接資訊:
/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = 'localhost'; // This is normally set to localhost
var $user = ''; // MySQL username
var $password = ''; // MySQL password
var $db = ''; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!
Eddy :beated:
這樣會造成安裝後,程式不會產生configuration.php檔案。
應該要先用ftp軟體把根目錄的權限設為777。
要不然就自己手動改configuraton.php-dist為configuration.php,然後自行設定資料庫的連接資訊:
/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = 'localhost'; // This is normally set to localhost
var $user = ''; // MySQL username
var $password = ''; // MySQL password
var $db = ''; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!
Eddy :beated:
...
Please 登入 to join the conversation.