LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: logycguo 於 十月 31, 2007, 10:27:21 下午



主題: 請問無法安裝?This wizard needs the ./tmp
作者: logycguo十月 31, 2007, 10:27:21 下午
引用
Error

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

Please correct that and try again.

在安裝上就出現這樣問題,我確定 /tmp 權限是開的,甚至開到777。
請問有經驗的妳們,這是怎麼一回事呢?

P.S. 搜尋許多地方,但是都沒解釋這問題?
連安裝要從wizard.php開始,都是搜尋來的...


主題: Re: 請問無法安裝?This wizard needs the ./tmp
作者: lss十一月 01, 2007, 07:13:37 上午
引用
Error

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

Please correct that and try again.

在安裝上就出現這樣問題,我確定 /tmp 權限是開的,甚至開到777。
請問有經驗的妳們,這是怎麼一回事呢?
這樣妳看得出來差異嗎? wizard.php 要的是 LifeType 目錄下的 ./tmp 有權限,不是系統根目錄下的 /tmp 。

lss


主題: Re: 請問無法安裝?This wizard needs the ./tmp
作者: logycguo十一月 01, 2007, 07:27:42 下午
我只是少打一個
引用
.
我確定在LifeType 目錄下的 ./tmp 權限設定為 777。
可是還是這樣的錯誤?

謝謝lss的解答,是否有人也會這樣呢?


主題: Re: 請問無法安裝?This wizard needs the ./tmp
作者: logycguo十一月 01, 2007, 07:57:45 下午
Okay, done.
I thought maybe "cache" or sth.

How to solve?
引用
reboot


主題: Re: 請問無法安裝?This wizard needs the ./tmp
作者: markwu十一月 02, 2007, 02:29:52 下午
你可能得要寫清楚一點,這樣才有辦法幫你。

假設你是再 linux 下安裝,也有 root  權限,那請你用

chmod -R 777 ./tmp

將 ./tmp 的權限改成大家都可以讀寫。或是

chown -R user:user ./tmp

將你的 ./tmp 擁有者改成跟 apache 一樣的擁有者(這邊 example, 是 user),這樣應該就可以讀寫。

假設你不是 root,那就請有 root 權限的人幫你處理。

又假設,你是裝虛擬主機,那就必須請虛擬機的人幫你將 ./tmp 砍掉,並改成你的權限...

所以越清楚,我們才越能幫你解決問題。

Mark