1 頁 (共 1 頁)

Forum Sponsor外掛問題 上傳完頁面空白

發表於 : 2008-05-26 19:11
g53123
●主機作業系統:Linux
●免費空間連結: runhost.net
●您的上網方式:ADSL
●您安裝的程式:php + MySql 或其他 (請務必註明版本,如使用快速架站程式本項免填)
●您的 phpBB 版本:phpBB 3.0.1
●您的 domain (網域名稱) : runhost.net
●您的 phpBB 連結網址: http://g53123.runhost.net/phpBB3/

外掛連結: http://phpbb-tw.net/phpbb/viewtopic.php?f=132&t=50610
我用emeditor編輯的 因為看起來比較清楚 以往都是用紀事本
我不知道編碼那邊要存哪種code
我第一次存big5
第二次存UTF-8 (BOM)

instill.php頁面空白
http://g53123.runhost.net/phpBB3/install/index.php

進入ACP->版面管理也是空白

然後論壇出現
http://g53123.runhost.net/phpBB3/viewforum.php?f=2

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)

Re: Forum Sponsor外掛問題 上傳完頁面空白

發表於 : 2008-05-26 21:26
hentaibbc
g53123 寫:我第一次存big5
第二次存UTF-8 (BOM)
請存為 UTF-8 (無BOM)
g53123 寫:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /viewforum.php:1)
這些都是 BOM 造成的錯誤訊息。

Re: Forum Sponsor外掛問題 上傳完頁面空白

發表於 : 2008-05-27 02:02
g53123
ok了..的確是BOM的問題..
測試的結果目前這個功能好像還不能用在其他style..
不知是否要修改
styles/prosilver/template/viewforum_body.html,
styles/prosilver/template/viewtopic_body.html,
兩個檔

我想套用在"silverwhite"這個風格的話 (就是首頁那個style)
該做哪些不同的修改?