|
|
| 發表人 |
內容 |
apdnx 低年級
註冊時間: 2008-03-26 文章: 10
|
發表於: 2008.05.08 星期四 AM 1:34 文章主題: Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\catalog\includes\languages\tchinese.php:1) in C:\AppServ\www\catalog\includes\functions\general.ph |
|
|
請問:Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\catalog\includes\languages\tchinese.php:1) in C:\AppServ\www\catalog\includes\functions\general.php on line 33
請問一下有沒有高手~我這句是什麼意思,我有改header.php的檔案,更改首頁圖及標題(有六個中文字),還有更改服務台新增聯結,請問我錯改在哪裡?~~~謝謝~~ _________________ ~Cathy~
|
|
| 回頂端 |
|
OSC 網群 [ 說明 | 加入 ]
|
 |
ahlunli 新手上路
註冊時間: 2008-03-12 文章: 4
|
發表於: 2008.05.13 星期二 PM 9:50 文章主題: 各位大大,我也有同等問題. |
|
|
各位大大,我也有同等問題.
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/catalog/includes/languages/tchinese.php:1) in /home/xxx/public_html/catalog/includes/functions/general.php on line 33 
|
|
| 回頂端 |
|
 |
fazi2008 新手上路
註冊時間: 2007-12-01 文章: 2
|
發表於: 2008.05.14 星期三 PM 10:20 文章主題: hi |
|
|
可能是你在转到utf-8是出现的
|
|
| 回頂端 |
|
 |
apdnx 低年級
註冊時間: 2008-03-26 文章: 10
|
發表於: 2008.05.18 星期日 PM 6:13 文章主題: 這網站... |
|
|
問題還是存在...這網站...問了沒人知道嗎.... _________________ ~Cathy~
|
|
| 回頂端 |
|
 |
xxxjt3xxx 模範生

註冊時間: 2000-05-31 文章: 2156 來自: 台中--太平
|
發表於: 2008.05.18 星期日 PM 7:07 文章主題: Re: 這網站... |
|
|
| apdnx 寫到: | | 問題還是存在...這網站...問了沒人知道嗎.... |
還是那句老話,換個編輯器來編輯檔案吧.
如用 EditPlus _________________

|
|
| 回頂端 |
|
 |
apdnx 低年級
註冊時間: 2008-03-26 文章: 10
|
發表於: 2008.05.21 星期三 PM 4:37 文章主題: |
|
|
抱歉~聽你的話~轉成EditPlus~語法沒問題.......... _________________ ~Cathy~
|
|
| 回頂端 |
|
 |
sea006m 新手上路
註冊時間: 2008-06-01 文章: 3
|
發表於: 2008.06.03 星期二 PM 10:47 文章主題: |
|
|
各位大大,我也有同等問題.
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/catalog/includes/languages/tchinese.php:1) in /home/xxx/public_html/catalog/includes/functions/general.php on line 33
此問題 可使用 Uedit32 開啟 tchinese.php
另存檔案時 格式 選擇為 UTF-8-無BOM
試試看
|
|
| 回頂端 |
|
 |
silviahua 低年級
註冊時間: 2008-05-23 文章: 10
|
發表於: 2008.06.11 星期三 PM 10:56 文章主題: includes/functions/general.php on line 33 |
|
|
開啟tchinese.php,然後察看第一行<?php與最後一行?>上下是否有多一行空白
我是把最下面一行從365往前進為364
因為?>與前面的程式多一行空行,把那空行刪除就可以了
我弄完就好了 可以是是看喔
|
|
| 回頂端 |
|
 |
alexbank 低年級
註冊時間: 2000-05-31 文章: 12 來自: Taiwan
|
發表於: 2008.07.31 星期四 AM 11:45 文章主題: |
|
|
當 WebServer 為自己架設的時候,
你可以嘗試修改 php.ini 內的設定, (Windows Server 系統時 php.ini 位於 C:\WINDOWS 底下).
然後確認 output_buffering 的參數有沒有被設定。
一般 output_buffering 預設是被設成 Off 的,
可修改為 output_buffering = 4096
Good Luck !
|
|
| 回頂端 |
|
 |
fongyang 新手上路
註冊時間: 2006-08-21 文章: 2
|
發表於: 2008.08.15 星期五 AM 2:32 文章主題: |
|
|
| alexbank 寫到: | 當 WebServer 為自己架設的時候,
你可以嘗試修改 php.ini 內的設定, (Windows Server 系統時 php.ini 位於 C:\WINDOWS 底下).
然後確認 output_buffering 的參數有沒有被設定。
一般 output_buffering 預設是被設成 Off 的,
可修改為 output_buffering = 4096
Good Luck ! |
謝謝大大,這個方法有用呢!
感恩啦!
|
|
| 回頂端 |
|
 |
|