但到後來我裝了向是性別、生日、統計等等外掛
到後來,在安裝PHPBB2 2.0.21的UPDATE
也就是說
將資料表升級成了2.0.21
之後再採用PLUS的UPDATE
在過程中
只看到他有關BIRTHDAY、GENDER、STASTIC的資料表
都顯示出「ALREADY ADDED」
但最後PLUS完成後
有兩個問題怪怪的
1.狀態統計出了問題:http://english.yhsh.tn.edu.tw/~h97_1/cl ... istics.php
代碼: 選擇全部
Unable to Update View Counter
DEBUG MODE
SQL Error : 1054 Unknown column 'config_name' in 'where clause'
UPDATE phpbb_stats_config SET config_value = 1 WHERE (config_name = 'page_views')
Line : 196
File : statistics.php
他標示出這麼多錯誤:
代碼: 選擇全部
Warning: filemtime(): Stat failed for ./..//admin/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//album_mod/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//attach_mod/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//bbcode_box/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//cache/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//captcha/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//ctracker/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//db/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//docs/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//files/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//hl/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//images/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//includes/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//language/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//mods/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//pafiledb/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//sounds/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//smilie_creator/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//stat_modules/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//templates/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50
Warning: filemtime(): Stat failed for ./..//xs_mod/info.txt (errno=2 - No such file or directory) in /home/h97_1/html/classBB/includes/functions_stats.php on line 50狀態模組管理
他的模組名稱全部都是抓PHPBB目錄底下的資料夾名稱!!
而不是抓取stat_modules資料夾裡的檔案
我有在狀態設定裡調成stat_modules
但還是不行
在以前的PHPBB 2.0.19就遇過問題
為了確保版本一樣
我把一個新的PLUS的STASTIC的資料表
複製一份並覆蓋現在的資料表
但還是一樣
2.第二個問題是有關生日外掛
升級成PLUS後
會員的生日數值都改變!!
而要修改成正確
他卻出現以下錯誤!!
代碼: 選擇全部
您所填寫的年齡 0過大,不被系統接受
請教各位了
