Installing LifeType FAQ

Installing LifeType FAQ

出自LifeType 中文文件計畫

(修訂版本間差異)
跳轉到: 導航, 搜尋
(安裝常見問題集)
第1行: 第1行:
[[Category:FAQ]]
[[Category:FAQ]]
=安裝常見問題集=
=安裝常見問題集=
 +
 +
本區是用來整理 [http://forum.lifetype.org.tw/index.php LifeType中文論壇] 上安裝與設定相關的常見問題。希望能對入門的使用者有些許的幫助。問題內容將隨論壇問題數量增加,目前尚在整理中。
 +
 +
==我把 LifeType 的程式上傳到我的網站後,我要怎麼安裝呢?==
 +
 +
當你把 LifeType 的程式成功的上傳到你的網站上後,你必須要執行安裝精靈,才能安裝 LifeType 程式。這時候你如果直接看你網站,你會看到:
 +
 +
The wizard.php script has to be removed after the installation process.
 +
Please remove it first to continue.
 +
 +
安裝的方式很簡單。直接在瀏覽器的網址列輸入 http://your-blog-url/wizard.php 就可以安裝了。安裝後記得要把 wizard.php 這個程式刪掉,否則你會一直看到上面的訊息喔。
==為什麼安裝到步驟二時會出現 ''Table 'xxx_articles' doesn't exist'' 的訊息?==
==為什麼安裝到步驟二時會出現 ''Table 'xxx_articles' doesn't exist'' 的訊息?==

在2005年12月20日 (二) 14:27所做的修訂版本

安裝常見問題集

本區是用來整理 LifeType中文論壇 上安裝與設定相關的常見問題。希望能對入門的使用者有些許的幫助。問題內容將隨論壇問題數量增加,目前尚在整理中。

我把 LifeType 的程式上傳到我的網站後,我要怎麼安裝呢?

當你把 LifeType 的程式成功的上傳到你的網站上後,你必須要執行安裝精靈,才能安裝 LifeType 程式。這時候你如果直接看你網站,你會看到:

The wizard.php script has to be removed after the installation process.
Please remove it first to continue.

安裝的方式很簡單。直接在瀏覽器的網址列輸入 http://your-blog-url/wizard.php 就可以安裝了。安裝後記得要把 wizard.php 這個程式刪掉,否則你會一直看到上面的訊息喔。

為什麼安裝到步驟二時會出現 Table 'xxx_articles' doesn't exist 的訊息?

如果你安裝到步驟二發生,出現下面的訊息:

New table Map of categories to articles created successfully.
New table Definition of custom fields created successfully.
New table Custom fields that have been assigned to articles created successfully.
New table Text of the articles created successfully.
** New tables created successfully **
Error modifying table Articles: Table 'plog_articles' doesn't exist
Table 'plog_articles' doesn't exist
Table 'plog_articles' doesn't exist
...

那代表你自行修改了 /config/config.properties.php 這個檔案,所以 LifeType 把安裝過程當作『程式升級』,而非『全薪安裝』。解決方式就是重新解壓縮把為修改過的 config.properties.php 上傳/複製到 LifeType 的 /config 目錄,然後重新重新執行安裝精靈(http://your-blog-url/wizard.php)。