1 頁 (共 1 頁)

[問題]在ftp移動檔案 出現的錯誤訊息

發表於 : 2007-01-14 19:16
orange90991
我做的動作是...把/test/phpbb1 整個資料夾 下載到電腦裡面....
之後再把資料夾上傳到/phpbb1 資料庫和檔案均無更動過 0.0
上傳之後有修改 檔案讀取權限
CHMOD to 777
/album_mod/upload
/album_mod/upload/cache
/cache
/files
/files/thumbs
/images/avatars
/pafiledb/cache
/pafiledb/cache/templates
/pafiledb/images/screenshots
/pafiledb/uploads
CHMOD to 666
/includes/def_icons.php
/includes/def_themes.php
/includes/def_tree.php
/includes/def_words.php
/ctracker/logs/counter.txt
/ctracker/logs/logfile_flood.txt
/ctracker/logs/logfile_proxy.txt
/ctracker/logs/logfile_worms.txt


出現錯誤代碼:

代碼: 選擇全部

Warning: fopen(./cache/birthday_0.00.dat): failed to open stream: Permission denied in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 275

Warning: fwrite(): supplied argument is not a valid stream resource in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 276

Warning: fclose(): supplied argument is not a valid stream resource in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 277

Warning: fopen(./cache/last_visit_1_0.00.dat): failed to open stream: Permission denied in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 360

Warning: fwrite(): supplied argument is not a valid stream resource in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 361

Warning: fclose(): supplied argument is not a valid stream resource in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php on line 362

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php:275) in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/includes/page_header.php on line 751

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php:275) in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/includes/page_header.php on line 757

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/index.php:275) in /home/vhosts/abb.1x2c.com/httpdocs/phpbb1/includes/page_header.php on line 758 
 
請問各位前輩們 這個要怎麼解決呀@@" 假如我再次更改路徑 會不會發生同樣的問題???

>"<小弟有到處爬文了...可是 好像找不到跟我同樣的問題

●架設主機作業系統:abb.1x2c.com
●您的上網方式:Hinet ADSL
●您安裝的程式:plus 1.53a + 1.53a中文化
●您的 phpBB2 版本:phpBB plus 1.53a
●論壇網址: http://abb.1x2c.com/test/phpbb1/ (正常)
轉移到的新網址: http://abb.1x2c.com/phpbb1/ (不正常)

發表於 : 2007-01-16 10:14
kenspc
先清除cache文件夹裡的文件先吧

發表於 : 2007-01-16 23:14
orange90991
哇~~~成功了>"<~~(好感動.....) 謝謝大大的幫忙~~~ :-o

我可不可以順便請問你一下

"cache" <--這個資料夾裡面裝的是什麼東西呀???? :?:

發表於 : 2007-01-17 10:17
kenspc
orange90991 寫:哇~~~成功了>"<~~(好感動.....) 謝謝大大的幫忙~~~ :-o

我可不可以順便請問你一下

"cache" <--這個資料夾裡面裝的是什麼東西呀???? :?:
一些暫存文件

發表於 : 2007-01-22 16:31
orange90991
謝謝大大~~

修改好哩^^