[問題]關於升級到PLUS的幾個問題

phpBB Plus Support
本區是討論關於 phpBB 2 plus 使用上的問題討論!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
S-h L
星球公民
星球公民
文章: 116
註冊時間: 2003-11-26 13:00
來自: 無人的世界
聯繫:

[問題]關於升級到PLUS的幾個問題

文章 S-h L »

前提:我的論壇原本是用PHPBB2 2.0.19架起來的
但到後來我裝了向是性別、生日、統計等等外掛
到後來,在安裝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過大,不被系統接受
 
以上問題
請教各位了
頭像
S-h L
星球公民
星球公民
文章: 116
註冊時間: 2003-11-26 13:00
來自: 無人的世界
聯繫:

文章 S-h L »

至於空間得條件
並不是很清楚
但應該是以下:
FREEBSD ?版
APACHE 1.0.?
MYSQL4
PHP 4.3.3
主題已鎖定

回到「phpBB 2 plus 綜合討論」