歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 23, 2024, 02:19:44 上午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 安裝與設定 / Re: 安裝後遇上問題 於: 七月 12, 2008, 12:40:32 下午
沒安裝到最後是不能有那些資訊的,如果有錯誤而安裝進程能進行到最後,那是程式不周全,使得錯誤還能繼續進行。

很感謝您的不吝指導,那頁面去看了,雖然透過英文翻譯器看起來很艱澀,還能粗略知道他在說什麼。
主機商的安全角度與軟體發揮有時是不能兩全的。誰叫眼前搞蛋玩家要這麼多呢?而主機商要面對交待的是他的客戶群,所以一般都會成了軟體得去變通。因為除非這軟體能到達使人非用不可,否則不去變通只會使得使用者減少。

絕大部分人就是因為語言隔閡,才會尋求相同語言管道來了解求知的,不然~直接在原始站問答不是更正確的行為嗎?

再次的感謝幾位指點。
2  支援 / 安裝與設定 / Re: 安裝後遇上問題 於: 七月 11, 2008, 09:30:30 下午
重新安裝

已經依法把 set_time_limit 關了,但是到第3步資料庫設立後,第4步 Confirm Information 又出現了這訊息

Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/bin/convert) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in 我的位址/123/class/file/file.class.php on line 208

經查 file.class.php 第 208 行是
return is_readable( $file );
這又是什麼?

該段式子是:
引用
function isReadable( $file = null )
 {
 if( $file == null )
 $file = $this->_fileName;
 
clearstatcache();
 
 return is_readable( $file );
 }

這個空間我安裝了 Discuz 一段時間一切運作都很正常,
以前安裝過程中也不曾出現過這些有的沒有。

很奇怪的 LifeType 安裝哦~
3  支援 / 安裝與設定 / 自己解決卡實際 於: 七月 11, 2008, 05:08:51 下午
.zipOne of the most popular forms of compression on the internet. Windows XP and practically every other decompression software can extract these.在網際網路上最受歡迎的壓縮形式之一。Windows XP和其他實際解壓軟件能解壓這些。
.tar.gzA gzip file, which offers better compression than zips do, and is very popular on Linux and Unix systems. These can be opened by 7-zip, TUGZip, PowerArchiver, StuffIt Expander, UltimateZip, or WinZip, among others.gzip 文件,提供更好的壓縮比壓縮,並且在Linux 和 Unix 系統上受歡迎。可借由 7-zip、TUGZip、PowerArchiver、StuffIt 瀏覽器、UltimateZip 或 WinZip 及其他來解壓縮。
.tar.bz2This is a bzip2 file, which is slightly less popular than the other two, but offers better compression. These can be opened by 7-zip, TUGZip, PowerArchiver, StuffIt Expander, or UltimateZip, among others.這是 bzip2 文件,不如另外兩個受歡迎,但是提供更好的壓縮。可借由 7-zip、TUGZip、PowerArchiver、StuffIt 瀏覽器、UltimateZip 及其他來解壓縮。
4  支援 / 安裝與設定 / 版本的格式是什麼意思? 於: 七月 11, 2008, 04:06:22 下午
請教

LifeType = zip 格式
LifeType = tar.gz 格式
LifeType = tar.bz2 格式

這些版本各是什麼功用
5  支援 / 安裝與設定 / Re: 安裝後遇上問題 於: 七月 11, 2008, 03:25:08 下午
 傷心 對啊~
如果資料庫有問題,根本不會讓我安裝完成啊!
就是到了完成階段有問題才會為之氣結。  疑惑

那空間是免空,程式檔案是以 zip 上傳再解壓,所以檔案應也不會流失。
會有這情況我也莫名其妙。

根目錄裡的 ./wizard.php 第7行
set_time_limit (5 * 3600);
是在限制什麼時間5小時?

因為在安裝時會有這訊息
Warning: set_time_limit() has been disabled for security reasons in 我的位址/123/wizard.php on line 7
這是在告知什麼訊息
6  支援 / 安裝與設定 / 安裝後遇上問題 於: 七月 11, 2008, 02:36:01 上午
都依過程安裝,也都完成了,卻無法執行或進入後台。
 嚎啕大哭  問題是在哪裡呢?
訊息狀況如下:

Go to blog

引用
Warning:
mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 78

Warning:
mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 133

Fatal error:Uncaught exception 'Exception' with message 'Fatal error: could not connect to the database! Error: ' in /home/a1995562/public_html/Blog/class/database/db.class.php:84 Stack trace:
#0 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(83): Db->getDb()
#1 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(63): ConfigDbStorage->_initializeDatabase()
#2 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(56): ConfigDbStorage->_loadAllValuesFromDatabase()
#3 /home/a1995562/public_html/Blog/class/config/config.class.php(103): ConfigDbStorage->ConfigDbStorage(NULL)
#4 /home/a1995562/public_html/Blog/plugins/badbehavior/index.inc.php(97): Config::getConfig()
#5 /home/a1995562/public_html/Blog/plugins/badbehavior/index.inc.php(126): bb2_read_settings()
#6 /home/a1995562/public_html/Blog/plugins/badbehavior/index.inc.php(153): bb2_install()
#7 /home/a1995562/public_html/Blog/class/object/loader.class.php(7): include('/home/a1995562/...')
#8 /home/a1995562/publ in /home/a1995562/public_html/Blog/class/database/db.class.php on line 84

Go to Summary
引用
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 78

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 133

Fatal error: Uncaught exception 'Exception' with message 'Fatal error: could not connect to the database! Error: ' in /home/a1995562/public_html/Blog/class/database/db.class.php:84 Stack trace:
#0 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(83): Db->getDb()
#1 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(63): ConfigDbStorage->_initializeDatabase()
#2 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(56): ConfigDbStorage->_loadAllValuesFromDatabase()
#3 /home/a1995562/public_html/Blog/class/config/config.class.php(103): ConfigDbStorage->ConfigDbStorage(NULL)
#4 /home/a1995562/public_html/Blog/summary.php(28): Config::getConfig()
#5 {main} thrown in /home/a1995562/public_html/Blog/class/database/db.class.php on line 84

Go to administration interface
引用
Warning:
mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 78

Warning:
mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/a1995562/public_html/Blog/class/database/pdb/drivers/pdbmysqldriver.class.php on line 133

Fatal error:
Uncaught exception 'Exception' with message 'Fatal error: could not connect to the database! Error: ' in /home/a1995562/public_html/Blog/class/database/db.class.php:84 Stack trace:
#0 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(83): Db->getDb()
#1 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(63): ConfigDbStorage->_initializeDatabase()
#2 /home/a1995562/public_html/Blog/class/config/configdbstorage.class.php(56): ConfigDbStorage->_loadAllValuesFromDatabase()
#3 /home/a1995562/public_html/Blog/class/config/config.class.php(103): ConfigDbStorage->ConfigDbStorage(NULL)
#4 /home/a1995562/public_html/Blog/class/net/http/session/sessionmanager.class.php(129): Config::getConfig()
#5 /home/a1995562/public_html/Blog/class/net/http/session/sessionmanager.class.php(36): SessionManager::setSessionSavePath()
#6 /home/a1995562/public_html/Blog/admin.php(32): SessionManager::init()
#7 {main} thrown in /home/a1995562/public_html/Blog/class/database/db.class.php on line 84
7  支援 / 安裝與設定 / 安裝 LifeType 時有哪些檔案及資料夾權限要設成 777 於: 七月 10, 2008, 11:13:46 下午
有誰能告訴我
安裝 LifeType 時有哪些檔案及資料夾權限要設成 777 的,
這方面的訊息我要從哪邊得到。(沒能找到這方面)
不要讓一個初接觸的人,什麼都要自己摸索吧!
8  支援 / 安裝與設定 / 台灣 LifeType 官網該這樣? 於: 七月 10, 2008, 10:46:10 上午
 傷心 在 Life Type 爬了幾天文,卻無從著手  驚訝

台灣 Life Type 官網都這樣?誰能告訴我該如何著手嗎?

教學上說的是:1.2.3 版
部落格首頁說:最穩定版本是 1.1.2(卻沒有連結可下載,只有下載頁的 1.0.6)。而
論壇下載頁:1.0.6(還分成 zip 格式 tar.gz 格式 tar.bz2 格式,也沒見解釋各是啥用途)
討論區卻都在討論(目前是以 1.2.7 為主)。討論內容還不少是使用 plog 名詞。

這些…是在讓想接觸的人迷糊嗎?

我應該下載哪個版本?去哪下載?
頁: [1]