剛剛裝完公告置頂分區後出現問題

phpBB 3 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群譯文組

版面規則
請注意!您的提問必須遵守發問格式,違者砍文。
主題已鎖定
blackpig09
星球普通子民
星球普通子民
文章: 13
註冊時間: 2005-09-13 20:08

剛剛裝完公告置頂分區後出現問題

文章 blackpig09 »

主機作業系統:Linux
快速架站程式:
空間連結:
上網方式:中華電信ADSL
安裝程式: php + MySql
phpBB 版本:phpBB 3.0.11
domain (網域名稱) :http://h-ruen.com.tw/
phpBB 連結網址: http://h-ruen.com.tw/phpbb/index.php

裝完後我又直接安裝中文後,在一起重整風格。
結果就便這樣了,麻煩幫忙,感謝。


●安裝外掛:Categorize Announcements and Stickies (公告置頂分區) (1.0.2)
●安裝風格:
●錯誤代碼:

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
blackpig09
星球普通子民
星球普通子民
文章: 13
註冊時間: 2005-09-13 20:08

關於 公告置頂分區 (1.0.2)問題

文章 blackpig09 »

主機作業系統:Linux
快速架站程式:
空間連結:
上網方式:中華電信ADSL
安裝程式: php + MySql
phpBB 版本:phpBB 3.0.11
domain (網域名稱) :http://h-ruen.com.tw/
phpBB 連結網址: http://h-ruen.com.tw/phpbb/index.php

我發現應該是中文化的問題,沒裝中文化是正常的。
裝完中文化問題就跑出來,把中文化的語法殺掉也沒用。請幫忙解決,感謝。

●安裝外掛:Categorize Announcements and Stickies (公告置頂分區) (1.0.2)
●安裝風格:
●錯誤代碼:

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8510
註冊時間: 2004-04-30 01:54
來自: Taiwan

Re: 關於 公告置頂分區 (1.0.2)問題

文章 心靈捕手 »

blackpig09 寫:主機作業系統:Linux
快速架站程式:
空間連結:
上網方式:中華電信ADSL
安裝程式: php + MySql
phpBB 版本:phpBB 3.0.11
domain (網域名稱) :http://h-ruen.com.tw/
phpBB 連結網址: http://h-ruen.com.tw/phpbb/index.php

我發現應該是中文化的問題,沒裝中文化是正常的。
裝完中文化問題就跑出來,把中文化的語法殺掉也沒用。請幫忙解決,感謝。

●安裝外掛:Categorize Announcements and Stickies (公告置頂分區) (1.0.2)
●安裝風格:
●錯誤代碼:

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
這是典型的「BOM」問題。

參考連結:
viewtopic.php?f=176&t=53615
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
blackpig09
星球普通子民
星球普通子民
文章: 13
註冊時間: 2005-09-13 20:08

Re: 關於 公告置頂分區 (1.0.2)問題

文章 blackpig09 »

心靈捕手 寫:
blackpig09 寫:主機作業系統:Linux
快速架站程式:
空間連結:
上網方式:中華電信ADSL
安裝程式: php + MySql
phpBB 版本:phpBB 3.0.11
domain (網域名稱) :http://h-ruen.com.tw/
phpBB 連結網址: http://h-ruen.com.tw/phpbb/index.php

我發現應該是中文化的問題,沒裝中文化是正常的。
裝完中文化問題就跑出來,把中文化的語法殺掉也沒用。請幫忙解決,感謝。

●安裝外掛:Categorize Announcements and Stickies (公告置頂分區) (1.0.2)
●安裝風格:
●錯誤代碼:

代碼: 選擇全部

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/zh_cmn_hant/viewforum.php:1)
這是典型的「BOM」問題。

參考連結:
viewtopic.php?f=176&t=53615

感謝心靈大大的幫忙~~解決了!
主題已鎖定

回到「[3.0.x] 外掛問題討論」