1 頁 (共 1 頁)

[問題]付費外掛改為輸入的問題(謝謝心靈捕手老師,已解決)

發表於 : 2007-01-10 18:38
s880118
我依照心靈捕手老師的教法把選單式改成輸入模式,
改完以後雖然可以用,但卻在上方跑出以下的字樣:

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 519

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 521

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 522
為何會這樣?

posting_body.tpl和posting.php的載點:
http://darkworldbbs.twpopo.com/123.zip

如果不懂我的意思可以到我的論壇看看,帳密都是yest

Re: [問題]付費外掛改為輸入的問題

發表於 : 2007-01-10 22:14
心靈捕手
s880118 寫:我依照心靈捕手老師的教法把選單式改成輸入模式,
改完以後雖然可以用,但卻在上方跑出以下的字樣:

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 519

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 521

Warning: Cannot modify header information - headers already sent by (output started at /home/fw2cr9ch/public_html/phpBB/posting.php:1) in /home/fw2cr9ch/public_html/phpBB/includes/page_header.php on line 522
為何會這樣?

posting_body.tpl和posting.php的載點:
http://darkworldbbs.twpopo.com/123.zip

如果不懂我的意思可以到我的論壇看看,帳密都是yest
這類 (BOM) 問題, 您不是在不久之前, 已經有經驗過嗎? :-?
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=47226

Re: [問題]付費外掛改為輸入的問題

發表於 : 2007-01-12 22:06
s880118
心靈捕手 寫: 這類 (BOM) 問題, 您不是在不久之前, 已經有經驗過嗎? :-?
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=47226
原來這是BOM問題,其實我都不知哪些檔案原本有加BOM而且我還是用記事本打開編輯的,雖然我有安裝EmEditor,但要用它還要先開他,真的很麻煩~~
謝謝您喔