1 頁 (共 1 頁)

[問題] clanshosting空間出現廣告,頁面就出現錯誤

發表於 : 2005-06-01 16:43
p28801030
●架設主機作業系統: CentOS 3.4 Linux
●免費空間連結:http://www.clanshosting.com/
●上網方式:ADSL(HINET)
●phpBB2 版本:phpBB (2.0.15)。
●domain(網域名稱) :kino.s33.net/
●phpBB2 連結網址: http://kino.s33.net/
●錯誤代碼:
Warning: Cannot modify header information - headers already sent by (output started at http://kino.s33.net/.header:2) in /home/vhosts/kino.s33.net/includes/sessions.php on line 206

Warning: Cannot modify header information - headers already sent by (output started at http://kino.s33.net/.header:2) in /home/vhosts/kino.s33.net/includes/sessions.php on line 207

Warning: Cannot modify header information - headers already sent by (output started at http://kino.s33.net/.header:2) in /home/vhosts/kino.s33.net/includes/page_header.php on line 471

Warning: Cannot modify header information - headers already sent by (output started at http://kino.s33.net/.header:2) in /home/vhosts/kino.s33.net/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at http://kino.s33.net/.header:2) in /home/vhosts/kino.s33.net/includes/page_header.php on line 478
置頂出現廣告框,之後便這樣了,後台也無法進入,試著利用之前備份的檔案去覆蓋也不行...
原本沒有廣告,但不知為什麼就出現了!!!

麻煩各位學長了,如果是免費空間的問題,只好再找一家了!!!

發表於 : 2005-06-01 17:58
kp3011
您可以檢查一下有沒有php檔案的 ?> 後面還有空白, 有時是因為這個原因

發表於 : 2005-06-01 19:15
p28801030
kp3011 寫:您可以檢查一下有沒有php檔案的 ?> 後面還有空白, 有時是因為這個原因
感謝學長的回答,
\n剛剛利用線上編輯,檢查了一下,不過沒有缺空的狀況!!!
是否有別種可能性?麻煩學長費心了!!!

發表於 : 2005-06-01 20:52
Mowd
因為php中的header函數使用時前面不能有任何html型式的文字在他前面輸出。
你的情況是因為空間商強行在每一頁輸出時在最開頭套用他們的廣告,所以會發生這種問題。除了改變廣告方式換誠如banner等不然就沒其他方法了。

發表於 : 2005-06-01 23:00
p28801030
Mowd 寫:因為php中的header函數使用時前面不能有任何html型式的文字在他前面輸出。
你的情況是因為空間商強行在每一頁輸出時在最開頭套用他們的廣告,所以會發生這種問題。除了改變廣告方式換誠如banner等不然就沒其他方法了。
謝謝管理員的回答,看來只有租用空間或申請其它免費空間一途了...
感謝你的回答!!!