[問題] 架站後出現錯誤~

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

[問題] 架站後出現錯誤~

文章 寒冰軒 »

今天看到[分享]savefile免費150MB空間php+mysql這篇申請教學\r
成功的安裝好論壇
但是\r
在首頁上方會出現\r

代碼: 選擇全部

Warning: ob_start() has been disabled for security reasons in /home/hngcjydw/public_html/phpbb2/includes/page_header.php on line 45

Warning: Cannot modify header information - headers already sent by (output started at /home/hngcjydw/public_html/phpbb2/includes/page_header.php:45) in /home/hngcjydw/public_html/phpbb2/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at /home/hngcjydw/public_html/phpbb2/includes/page_header.php:45) in /home/hngcjydw/public_html/phpbb2/includes/page_header.php on line 479

Warning: Cannot modify header information - headers already sent by (output started at /home/hngcjydw/public_html/phpbb2/includes/page_header.php:45) in /home/hngcjydw/public_html/phpbb2/includes/page_header.php on line 480 
而在後台中也會出現\r

代碼: 選擇全部

Warning: ob_start() has been disabled for security reasons in /home/hngcjydw/public_html/phpbb2/admin/page_header_admin.php on line 44 
找尋相關文章也有試著修改上傳\r
但是問題仍然還在\r
請問有大大知道我的問題應該如何解決嗎?
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
神川小羽
調皮の小羽
調皮の小羽
文章: 1461
註冊時間: 2004-05-01 05:55
來自: 謎樣之筱語
聯繫:

文章 神川小羽 »

我想可能是因為免費空間的廣告的關係吧 header函數有一個使用上的限制\r
就是一定要再放在任何輸出之前,試試看打開 includes/page_header.php
找到\r

代碼: 選擇全部

			if ( extension_loaded('zlib') )
			{
				$do_gzip_compress = TRUE;
				ob_start();
				ob_implicit_flush(0);

				header('Content-Encoding: gzip');
			}
內部的

代碼: 選擇全部

				header('Content-Encoding: gzip');
前面加上//也就是變成

代碼: 選擇全部

				//header('Content-Encoding: gzip');
不過我不知道這樣可行不可行耶...汗,你試試看先,如果可以的話在改page_header_admin.php
或者是把整個判斷都註解起來看看@@" (偶先說唷 ...這個我很不肯定會不會有問題)
-.-
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

謝謝小羽的回答
^^"
但很可惜
問題還是存在
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
主題已鎖定

回到「phpBB 2 安裝與使用」