1 頁 (共 1 頁)

[問題] 版面規則標題文字修改

發表於 : 2008-12-30 05:40
哈利王子
●主機作業系統:Windows XP
●您的上網方式:ADSL (virginmedia)
●您安裝的程式:MySQL 5.0.67-community
●您的 phpBB 版本:phpBB 3.0.4
●您的 domain (網域名稱) : immu.co.uk
●您的 phpBB 連結網址: http://immu.co.uk/gworld/

各位版大好

我試圖把"版面規則"的標題文字修改成"版面公告" (就是像本版上方粉紅色的那塊 :$ )
我到\language\zh_cmn_hant\common.php 把"版面規則"的文字修改成"版面公告"
結果顯示成功了
但卻有個dedug訊息:

[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)

可以麻煩告訴我...我作錯了什麼嗎? :$

(目前已還原成修改前的檔案)

Re: [問題] 版面規則標題文字修改

發表於 : 2008-12-30 09:34
心靈捕手
哈利王子 寫:●主機作業系統:Windows XP
●您的上網方式:ADSL (virginmedia)
●您安裝的程式:MySQL 5.0.67-community
●您的 phpBB 版本:phpBB 3.0.4
●您的 domain (網域名稱) : immu.co.uk
●您的 phpBB 連結網址: http://immu.co.uk/gworld/

各位版大好

我試圖把"版面規則"的標題文字修改成"版面公告" (就是像本版上方粉紅色的那塊 :$ )
我到\language\zh_cmn_hant\common.php 把"版面規則"的文字修改成"版面公告"
結果顯示成功了
但卻有個dedug訊息:

[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/zh_cmn_hant/common.php:1)

可以麻煩告訴我...我作錯了什麼嗎? :$

(目前已還原成修改前的檔案)
修改過的檔案, 務必存成 utf-8 (未含 BOM) 編碼.

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php ... 21#p263421
http://phpbb-tw.net/phpbb/viewtopic.php ... 24#p230924

P.S.
移動至 "phpbb 3 安裝與使用" 版面.

Re: [問題, 已解決!] 版面規則標題文字修改

發表於 : 2008-12-31 03:53
哈利王子
非常感激! 問題已解決!