LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: 易閒 於 五月 23, 2006, 04:45:38 下午



主題: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 04:45:38 下午
Error

This wizard needs the ./tmp folder to be writable by the web server user.

Please correct that and try again.

-----
我這空間有支援PHP,我之前也有架設過TT的BLOG不過出現這個

是什麼意思?

我的網址
http://myfeel.2bstudent.com/Blog/wizard.php(我輸入的安裝網址)

希望有人可以幫我一下^^"


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: ajer001五月 23, 2006, 05:22:59 下午
This wizard needs the ./tmp folder to be writable by the web server user.
這句話說得很清楚^^

改一下tmp資料夾的權限吧!


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 06:06:39 下午
把資料都丟在ftp上面之後,哪些資料夾要把它用成777權限?

還是其他的權限?

因為我找安裝的步驟和流程的東西找不到,能告訴我嗎?

(來去使用搜尋)


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: ajer001五月 23, 2006, 06:48:07 下午
http://wiki.lifetype.org.tw/index.php?title=Install_LifeType_through_Wizard


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 07:32:46 下午
我該怎樣重新在裝一次?

我安裝是不是錯誤了?資料填錯了?

我填

Database server
localhost

Database User
myfeel2

Database password
*******

Database table
myfeel22bstudentcom

Database prefix
tts2


出現:

mysql_connect(): Access denied for user: 'myfeel2@localhost' (Using password: YES)
Error code: 2
-- Backtrace --
/home/myfeel2/Blog/class/database/adodb/drivers/adodb-mysql.inc.php(354): mysql_connect
/home/myfeel2/Blog/class/database/adodb/adodb.inc.php(414): adodb_mysql._connect
/home/myfeel2/Blog/wizard.php(666): adodb_mysql.connect
/home/myfeel2/Blog/wizard.php(1385): connectdb
/home/myfeel2/Blog/class/controller/controller.class.php(309): updatesteptwo.perform
/home/myfeel2/Blog/wizard.php(1828): controller.process


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: rocet五月 23, 2006, 07:58:27 下午
直接開wizard.php就可以重新安裝了(因為根本就還沒安裝上去)
mysql_connect(): Access denied for user: 'myfeel2@localhost' (Using password: YES)
檢查一下你的MySQL帳號密碼吧 程式沒辦法建立連線


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 08:08:17 下午
現在我進到你說的頁面,就都一直出現這些字

沒辦法修改…然後有一個NEXT按完

就出現上一篇我發的那些錯誤字樣

Database Info
 
The following database settings have been detected in the configuration file. Please make sure that they are correct and press "Next" to move to the next step. If they are not correct, please make the necessary changes in your configuration file before continuing.

The following step will consist of making the changes to the database structure, required by some of the new features in 1.0.1.

Database server
localhost

Database User
myfeel2

Database password
*******

Database table
myfeel22bstudentcom

Database prefix
tts2


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: james五月 23, 2006, 08:58:21 下午
把整個目錄全砍了.(你上傳LT的目錄)
然後重新上傳一次。
接下來就請依照ajer所給你的說明文件操作。
祝順利!!! :-)

James.
(請先將mysql資料庫的帳號和密碼準備妥當)


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 09:07:28 下午
這是我之前裝令一種BLOG程式留下來的資料

   host = "localhost";
   db = "myfeel22bstudentcom";
   user = "myfeel2";
   pass = "*********";
   dbid = "tts2";

那我填LT安裝的時候的順序是

Database server
localhost

Database User
myfeel2

Database password
*******

Database table
myfeel22bstudentcom

Database prefix
tts2

這樣子對嗎?


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: james五月 23, 2006, 09:17:40 下午
這是我之前裝令一種BLOG程式留下來的資料

   host = "localhost";
   db = "myfeel22bstudentcom";
   user = "myfeel2";
   pass = "*********";
   dbid = "tts2";

那我填LT安裝的時候的順序是

Database server
localhost

Database User
myfeel2

Database password
*******

Database table
myfeel22bstudentcom

Database prefix
tts2

這樣子對嗎?
另外不清楚上面的dbid是什麼.
其實,prefix隨你高興填啥都可以,主要是避免和其它的程式用到相同名稱的DB table
因此建議你 prefix用plog或是LT。

James.


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 23, 2006, 09:26:20 下午
那麼我都填對囉?

納等等我再填一次安裝看看ˇˇ

我是安裝在我ftp的目錄下的blog資料夾

就是/blog(主目錄在新增blog資料夾)

那我就要改下面的囉?

假設你是裝到 /Blog 下面,那就幾得要把這一段文字改為

  RewriteBase /blog/
  ...
  ErrorDocument 401 /blog/error.php
  ErrorDocument 403 /blog/error.php
  ErrorDocument 404 /blog/error.php


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: markwu五月 23, 2006, 09:41:20 下午
易閒:

引用
那麼我都填對囉?

填不填對,只有你知道。因為那是你的主機設定。

要重新安裝 LifeType

1.要把 /config/config.properities.php 用原來的檔案重新覆蓋。
2.把已經建立的 database 移除。
3. 然後執行 wizard.php 重新安裝。

其餘文件,請參考:http://wiki.lifetype.org.tw 。建議你先看清楚文件再安裝,可以省下很多麻煩。

Mark



主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: 易閒五月 24, 2006, 12:11:33 上午
謝謝我已經成功了^^


主題: Re: 我安裝LifeType 1 0 4版本在網頁上要安裝時出現錯誤
作者: markwu五月 24, 2006, 12:19:23 上午
恭喜!其實不難,是吧!  :-)

下次先看文件,可以省去很多麻煩。

Mark