1 頁 (共 1 頁)

[問題] 虛擬形象2.20 照片資料庫檔案無法移除

發表於 : 2005-04-14 08:54
p181c
我把照片存檔路徑改到論壇相簿功能的路徑裡.然後在虛擬形象裡把照片砍掉.可以砍掉.但是資料庫裡的檔案卻還是存在著.請問要怎樣修改才能移除檔案呢.

尋找\r
$picpath = "pic/".$userdata[user_id]."_".$dt.".jpg";

取代\r
$picpath = "images/avatars/gallery/1/".$userdata[user_id]."_".$dt.".gif";

這是我的論壇相簿路徑 images/avatars/gallery/1/

發表於 : 2005-04-14 22:46
tseesther
不明白你指"資料庫裡的檔案"的是什麼?是指虛擬形象建立了的table嗎?

另外別忘了發文格式!

[問題] 外掛:虛擬形象2.20 phpbb版

發表於 : 2005-04-15 09:01
p181c
問題外掛:虛擬形象2.20 phpbb版
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=18723
使用版本:PHPBB 2.0.10
狀況描述:
虛擬形象有一個照片功能.當我按存檔時.會出現以下錯誤.
Warning: imagejpeg(): Unable to open 'images/avatars/gallery/1/2_20050415080408.gif' for writing in /home/000000/public_html/PHPBB/facealbum.php on line 189

Warning: Cannot modify header information - headers already sent by (output started at /home/000000/public_html/lstc/facealbum.php:189) in /home/yung821/public_html/PHPBB/includes/page_header.php on line 490

Warning: Cannot modify header information - headers already sent by (output started at /home/000000/public_html/lstc/facealbum.php:189) in /home/yung821/public_html/PHPBB/includes/page_header.php on line 492

Warning: Cannot modify header information - headers already sent by (output started at /home/000000/public_html/lstc/facealbum.php:189) in /home/yung821/public_html/PHPBB/includes/page_header.php on line 493

然後我到本論壇尋找任何有關虛擬形象的全部文章內容.耐心的全部都看完.只找到有人跟我一樣的問題.卻沒有人有成功解決.後來我在昨天在後台的虛擬形象設定裡.不小心按到上傳檔案.在裡面有出現以下內容.
使用這項功能要求你的伺服器有PHP寫入檔的許可權。如果許可權不夠,操作將無法完成。
我突然想到.會不會是存檔的資料夾權限沒有設定好.我就查看虛擬形象照片存放檔案的資料夾.並把資料夾的權限設定為777.然後在去虛擬形象裡的照相功能.再存放一次照片.結果這次不會再出現錯誤訊息了.上面的錯誤都解決了.照片也可以照起來.也看的到.問題是當我案刪除照片時.可以刪除虛擬形象裡的照片.但是硬碟裡的檔案卻還是存在著.並沒有刪除.我想問問要怎樣才能當刪除虛擬形象的照片同時也能刪除硬碟裡的檔案....

發表於 : 2005-04-16 00:19
tseesther
硬碟裡的檔案......... 真的不明白.............. 是指你自己的電腦的硬碟(C:/)嗎???


或許附圖說明會不會比較清楚?