1 頁 (共 1 頁)

[已解決]管理選項出現這個錯誤訊息

發表於 : 2004-04-25 20:58
小超
問題外掛:"會員管理"出現錯誤訊息\r
參考連結:無\r
使用版本:PHPBB 2.0.8
網站位置:http://stevenlove.adsldns.org/phpBB2/index.php

狀況描述:
補充: 曾裝過的外掛
貨幣+銀行+快速回復+賣錢的mod+虛擬形象等

問題外掛:我的"會員管理"出現....
Warning: opendir(../../language): failed to open dir: Invalid argument in c:\appserv\www\phpbb2\includes\functions_selects.php on line 31

Warning: readdir(): supplied argument is not a valid Directory resource in c:\appserv\www\phpbb2\\includes\functions_selects.php on line 34

Warning: closedir(): supplied argument is not a valid Directory resource in c:\appserv\www\phpbb2\includes\functions_selects.php on line 45

我使用版本:PHPBB 2.0.8

圖檔

附上我的 "functions_selects.php"
http://myweb.hinet.net/home9/steven1126 ... elects.php

但是我看過了~~我把那三行都刪除..再讀取"會員管理"..的結果還是出現那三行
==" 表示不那的錯誤~~但是我找好久找不到\r

不知是我用哪個mods動到的><"
誰知道要去哪裡檢查~~才能修正"系統管理控制台"裡的那一面的錯誤
:oops:

發表於 : 2004-05-01 23:04
小超
我把那三行的"紅色字"前面都加@
就好了^^"
好神奇阿!!
@<-----這不知代表什麼^^"

發表於 : 2004-05-01 23:20
messagebox
$phpbb_root_path設定錯誤~~
加上@表示函式發生錯誤時不顯示錯誤訊息~

發表於 : 2004-05-03 14:47
小超
messagebox 寫:$phpbb_root_path設定錯誤~~
加上@表示函式發生錯誤時不顯示錯誤訊息~
SOGA
原來如此^^"
又多學會一點..謝謝阿\r
之前那個的錯誤我也找到了
$phpbb_root_path設定中\r
有一個$dirname--我改成$dir就ok了^^
(因為看到下面都是用$dir
表示$dirname錯誤)