安裝QuiXplorer發生問題!!

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

安裝QuiXplorer發生問題!!

文章Debian菜鳥 » 週六 6月 19, 2004 9:55 pm

各位大大好:
小弟又來麻煩大家了!!
小弟參考網路上的文章,嘗試安裝QuiXplorer,在完成了Debian無痛起步p96~p100後,跳到p368~p382完成了L.A.M.P建置(安裝phpbb2.0.8a可以成功執行!!)

隨後參考以下文章:
"
QuiXplorer PHP 網路硬碟程式 + 中文語系

[關於 QuiXplorer]

QuiXplorer 是一個 PHP 的網路硬碟程式,很不錯的是 QuiXplorer 並不需要資料庫的支援,只要你的空間 / 主機支援 PHP 就應該可以使用 QuiXplorer,不過要注意的是,QuiXplorer 對於多人網路硬碟的功能還不是非常完善,不過免費、輕巧是 QuiXplorer 的最大優點;另外其實將 QuiXplorer 的工作目錄設到你首頁的根目錄的話,其實 QuiXplorer 應該也可以是一個很好的檔案管理工具。

[取得 & 安裝 QuiXplorer]

QuiXplorer官方網站
http://quixplorer.sourceforge.net/

QuiXplorer下載網址
http://prdownloads.sourceforge.net/quix ... mirror=umn

安裝過程請自行參考說明文件,阿輝不負責也不想回答關於安裝的問題,QuiXplorer 的安裝其實是很簡單而且不難的。

簡單提一些重點,QuiXplorer 預設的管理員密碼為 admin / pwd_admin
修改 conf.php

代碼: (在文字上按兩下可複製到剪貼簿)

$GLOBALS["require_login"] = false;   <-- 改為 True 需要登入 
$GLOBALS["home_dir"] = "/home/you/public_html";  <-- 路徑 
$GLOBALS["home_url"] = "http://localhost/~you";  <-- 網址

"
再參考:
QuiXplorer官方網站
http://quixplorer.sourceforge.net/


Usage:
Download the latest version of QuiXplorer.
Unzip it to a folder on your website. (e.g. /home/you/htdocs/quixplorer)
(you may want to protect this folder using .htaccess)
Open the file ".config/conf.php",
set "home_dir" to your root folder (e.g. /home/you/htdocs)
and set "home_url" to the corresponding URL. (e.g. http://yoursite)
Have Fun...

Troubleshooting:
Internet Explorer may behave strangely when downloading files.
If you open the php-file download, the real download window should open.
Mozilla may add the extension 'php' to a file being downloaded.
Save as 'any file (*.*)' and remove the 'php' extension to get the proper name.
(NOTE: for php-files, this extension is correct)
If you are unable to perform certain operations, try using an FTP-chmod to set the directories to 755 and the files to 644.
If you don't know the full name of a directory on your website, you can use a php-script containing <?php echo getcwd(); ?> to get it.
The Search Function uses PCRE regex syntax to search; though wildcards like * and ? should work (like with 'ls' on Linux), it may show unexpected behaviour.
User-management may logout unexpectedly or show other strange behaviour.
This is due to a bug in PHP 4.1.2; we would advise you to upgrade to a higher version.

設定方法,結果出現

Fatal error: Failed opening required './.include/init.php' (include_path='.:/usr/share/pear') in /var/www/quixplorer_2_3/index.php on line 41
的錯誤訊息!!
不知如何是好??
麻煩各位大大有興趣的也上QuiXplorer官方網站
http://quixplorer.sourceforge.net/
下載測試看看!!
謝謝大家!!
Debian菜鳥
 

re:安裝QuiXplorer發生問題!!

文章louie » 週日 6月 20, 2004 12:44 pm

>Fatal error: Failed opening required ′./.include/init.php′

看這個訊息是找不到 ./.include/init.php 這個檔,請確定檔案在不在
/var/www/quixplorer_2_3/.include/init.php
有沒有可能是 cp 而造成 lost

我裝了是沒有這個訊息,還滿好用的,不過上傳內定只有 2M,記得要改 php.ini 中設定。

感謝分享。 ;-)
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm

re:安裝QuiXplorer發生問題!!

文章訪客 » 週日 6月 20, 2004 4:37 pm

louie 大大好:
我仔細檢查了var/www/quixplorer_2_3/.include/init.php 存在......

1.重看說明中有:This is due to a bug in PHP 4.1.2; we would advise you to upgrade to a higher version
我的php4就是4.1.2版,不知您的是否也是4.1.2
2.If you are unable to perform certain operations, try using an FTP-chmod to set the directories to 755 and the files to 644.
chmod 這個步驟我也做了!!
還是一樣的錯誤訊息!!
:(
訪客
 

re:安裝QuiXplorer發生問題!!

文章louie » 週日 6月 20, 2004 11:01 pm

原來如此,看來我們都該打屁股了,說明都沒仔細看 :ooops:
不過我是用 sid 的(4.3.4) 所以剛好閃過了。
另外請教一下,那個中文語系是不是只有介面中文化而已啊,我的架好後,上傳檔案能用中文,但是卻無法下載了,還是換成中文語系後就可以使用中文目錄及檔名呢 ?
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm

re:安裝QuiXplorer發生問題!!

文章訪客 » 週日 6月 20, 2004 11:25 pm

louie 大大好:
小弟改做red hat linux 9.0 + php4.2.2-17.2系統後,可順利執行了
以下是我節錄"鳥哥的linux私房菜"做的系統:

好了,那麼如果是 Red Hat 9 呢?他需要的套件至少也需要底下這些咚咚吶:
 
Apache 的相關套件
httpd-2.0.40-21.5
httpd-devel-2.0.40-21.5
httpd-manual-2.0.40-21.5

PHP 的相關套件
php-4.2.2-17.2
php-devel-4.2.2-17.2 "

再節錄 " Lakers網路研究站 "的文章:
Lakers網路研究站
這個網誌的目的,是希望能將網路上特定主題的文章做個筆記整理,我會儘量載明出處和作者,如果有作者不想被轉載或節錄,請讓我知道,我會儘快改正的。謝謝您的慷慨分享。
« Gallery.Random Photo Block 隨機相片 | 回到主頁面 | Upsaid轉換至MT-2:成功了! »
March 03, 2004
QuiXplorer 網路FTP
終於找到一個好用的網路硬碟了...QuiXplorer。不必使用資料庫, 支援使用者授權(可以讓人Login/Logout), 安裝快速。Demo: here

台灣用的人還不少, 可是比較沒有人釋出程式(特別是繁體中文語言檔)
我稍微修改了一下一位網友的作品, 可以從這下載

http://www.eyio.net/download/web/QuiXplorer23+big5.rar
--------------------------------------------------------------------------------
QuiXplorer安裝說明

1. 下載最新的QuiXplorer
2. 將檔案解壓縮至網站主機上
3. 修改 .config/conf.php檔
4. 將home_dir設定成你想要做為ftp的那個資料夾
5. 而將home_url設成相對應的路徑
5.1 將.config/中的.htaccess 和 .htuser 兩個檔CHODM設定為666
6. 祝使用愉快


--------------------------------------------------------------------------------
conf.php修改

// 語言選項 language: (en, de, es, fr, nl, ru, big5)
$GLOBALS["language"] = "big5";


// 放檔案的主資料夾 (use '/', not '\' or '\\', no trailing '/'圖檔
$GLOBALS["home_dir"] = "/home/你的帳號/public_html/download";

// 相對應的url (no trailing '/'圖檔
$GLOBALS["home_url"] = "http://www.你的網址/主資料夾";
2004/04/03補充
--------------------------------------------------------------------------------
登入設定 如果想要限定特定使用者才能登入的話, 1. 在.config/conf.php中找到並改成true // 是否設定登入?(是/否) (true/false) $GLOBALS["require_login"] = true; 2. 在_inag/_info.php中找到English,在他的下面加入Chinese。 由 meng 發表於 March 3, 2004 04:22 PM

迴響

"
我試出的結果更慘,雖然介面有中文化,但是上傳中文檔下載時一樣會亂掉,而且只要檔案超過1MB左右就會出現網頁不能連結!!雖然我已更改/etc/php.ini內部的檔案上傳大小定義,改為1000M,還是一樣出問題,
真惱人!!
:y2_01:
不知哪裡出問題??
訪客
 

re:安裝QuiXplorer發生問題!!

文章louie » 週一 6月 21, 2004 4:31 pm

http://www.eyio.net/download/web/QuiXplorer23+big5.rar 下載安裝好後,發現中文一切正常了。非常感謝,好用的咧。

測試環境是 debian sarge
我的 php.ini
; Maximum size of POST data that PHP will accept.
post_max_size = 800M

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
upload_tmp_dir = /home/tmp

; Maximum allowed size for uploaded files.
upload_max_filesize = 800M

那個 post_max_size 及 upload_max_filesize 都要設大才行
另外原本我的 /tmp 是用 tmpfs 掛起來,設成 256M 而已,所以傳超過 256M 的都會失敗,因此才將 upload_tmp_dir 設在較大的空間
louie
快樂的大學生
快樂的大學生
 
文章: 593
註冊時間: 週一 9月 09, 2002 7:58 pm

re:安裝QuiXplorer發生問題!!

文章訪客 » 週二 6月 22, 2004 3:14 pm

各位大大好:
經過一日的奮戰,終於能在Debian上安裝QuiXplorer23了,而且也能順利完成中文化與上傳大檔案了!!問題果真發生在php4.1.2上,當我升級到unstable,也就是php4.3.4後,一切的安裝都很順利了!!Debian可真是好用呀!!謝謝louie大大!!
:finger1:
訪客
 


回到 debian server

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron