1 頁 (共 1 頁)

[問題]所有非官方的 lang_* 出問題(已解決)

發表於 : 2006-02-11 14:25
oscerropper
我發現只要不是官方的lang_*檔案

舉例:快速砍人\r

只要執行完此功能就出現\r
Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_prune_users.php:1) in /home/customer/我的網域/www/phpBB2/includes/sessions.php on line 373

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_prune_users.php:1) in /home/customer/我的網域/www/phpBB2/includes/sessions.php on line 374

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_prune_users.php:1) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 517

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_prune_users.php:1) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 519

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_prune_users.php:1) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 520
不管是快速砍人~ mass PM 都會有這問題(文字敘述顯示正常)
這兩個檔案的那幾行沒有改過任何東西 ... 請教前輩門這是怎回事 :-?
現在只要裝外掛我通常都把 lang_* 移到 lang_main 去顯示才不會有這排訊息 ..

我發現lang_main中某個東西可以讓其它外掛的lang_*正常不會出現這訊息~我試著把官方的lang_main中的內容丟到外掛lang_*存檔就不會有這問題 ...

發表於 : 2006-02-11 16:59
*tytsim*
不太明白,
可能是lang_*.php
檔內的前後加了空白鍵?!?!??!

發表於 : 2006-02-11 17:42
oscerropper
*tytsim* 寫:不太明白,
可能是lang_*.php
檔內的前後加了空白鍵?!?!??!
沒有 ..
我以前有問過類似問題~但不了了之~因為我自己把那些外掛的lang_*內容都移到lan_main中~之後自己加以修改對應的php檔案

這是我舉例的那個檔案:
右鍵下載

發表於 : 2006-02-11 19:54
心靈捕手
To oscerropper:

我猜想:
問題是出在轉碼出現錯誤.

建議您:
參考一下這個討論串.
http://phpbb-tw.net/phpbb/viewtopic.php?t=42295

發表於 : 2006-02-11 23:45
oscerropper
已解決~

確定用ConvertZ轉比較正確 8-)