1 頁 (共 1 頁)

[已解決]升級phpBB 2.0.20後引言發生錯誤訊息

發表於 : 2006-05-25 13:44
sfcoil
請問我昨日從phpBB 2.0.19升級phpBB 2.0.20後
在私人訊息要回覆用引言上方出現
Warning: preg_replace(): Empty regular expression in /home/content/t/w/f/twfccc/html/phpbb/privmsg.php on line 1528

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 486
圖檔
下方書寫欄引言只出現發文者發言內容未出現
在論壇中檢視你發表的文章出現
Could not delete old search id sessions

DEBUG MODE

SQL Error : 1054 Unknown column 'search_time' in 'where clause'

DELETE FROM phpbb_search_results WHERE search_time < 1148532097

Line : 659
File : search.php
圖檔
請問是何處需要修改
另到後台版本還是顯示phpBB 2.0.19
感謝你
架設主機作業系統:Linux
●空間連結:http://www.fccc.idv.tw/phpbb/
●您的上網方式:CABLE
●您安裝的程式:php + MySql
●您的 phpBB2 版本:phpBB 2.0.19

Re: [問題]升級phpBB 2.0.20後引言發生錯誤訊息

發表於 : 2006-05-25 17:47
chiouss
sfcoil 寫: DEBUG MODE

SQL Error : 1054 Unknown column 'search_time' in 'where clause'

DELETE FROM phpbb_search_results WHERE search_time < 1148532097

Line : 659
File : search.php
這個是因為你的 db 沒有升級

上面的問題我不清楚,檢查一下你有沒有有手動修正錯誤的地方吧!

Re: [已解決]升級phpBB 2.0.20後引言發生錯誤訊息

發表於 : 2006-05-31 13:24
sfcoil
sfcoil 寫:請問我昨日從phpBB 2.0.19升級phpBB 2.0.20後
在論壇中檢視你發表的文章出現
Could not delete old search id sessions

DEBUG MODE

SQL Error : 1054 Unknown column 'search_time' in 'where clause'

DELETE FROM phpbb_search_results WHERE search_time < 1148532097

Line : 659
File : search.php
圖檔
請問是何處需要修改
另到後台版本還是顯示phpBB 2.0.19
感謝你
因為資料庫沒有升級
使用如下心靈捕手建議方法解決
http://phpbb-tw.net/phpbb/viewtopic.php?t=44450
感謝

Re: [已解決]升級phpBB 2.0.20後引言發生錯誤訊息

發表於 : 2006-05-31 13:29
sfcoil
sfcoil 寫:請問我昨日從phpBB 2.0.19升級phpBB 2.0.20後
在個人訊息要回覆用引言上方出現
Warning: preg_replace(): Empty regular expression in /home/content/t/w/f/twfccc/html/phpbb/privmsg.php on line 1528

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/w/f/twfccc/html/phpbb/privmsg.php:1528) in /home/content/t/w/f/twfccc/html/phpbb/includes/page_header.php on line 486
圖檔
下方書寫欄引言只出現發文者發言內容未出現
請問是何處需要修改
另到後台版本是顯示phpBB 2.0.20
感謝你
架設主機作業系統:Linux
●空間連結:http://www.fccc.idv.tw/phpbb/
●您的上網方式:CABLE
●您安裝的程式:php + MySql
●您的 phpBB2 版本:phpBB 2.0.19
尚未解決希望大家幫忙不知問題出在哪裡

發表於 : 2006-05-31 14:09
chiouss
那一大串錯誤訊息應該是你升級的時候有地方改錯了,請重新檢查。

發表於 : 2006-05-31 14:34
sfcoil
chiouss 寫:那一大串錯誤訊息應該是你升級的時候有地方改錯了,請重新檢查。
感謝你
檢查重新修改privmsg.php檔
已經正常