1 頁 (共 1 頁)

[問題] 關於advanced links mod 1.2.2 在 phpbb2.0.22 下跑的問題 (解決)

發表於 : 2007-03-11 00:55
月葉
問題外掛:advanced links mod 1.2.2
使用版本:phpBB 2.0.22
網站位置:http://zmstore.why3s.tw/phpbb/
狀況描述:


好像沒看到相關的討論串文章...|||
還是我爬文爬的太膚淺orz...|||


會變成很多亂碼出來...
我在猜應該是unicode的問題...
把它的編碼改成繁體中文就可以正常顯示 (雖然還是有亂碼..以瀏覽器改編馬來看)

因為advanced_links_mod_1.2.2.zip...這似乎是很久以前的mod?

不知道有沒有最新的@@"


還是說要把每個檔案都轉存成 UTF-8 ?


感謝各位大大花時間來看<(_"_)>

發表於 : 2007-03-11 11:41
月葉
我嘗試把她所有的檔案轉成utf-8

結果發生一些錯誤@@"

可以幫我看看嗎?

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/language/lang_chinese_traditional_taiwan/lang_main_link.php:1) in /home/zmstorew/public_html/phpbb/includes/page_header.php on line 483

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/language/lang_chinese_traditional_taiwan/lang_main_link.php:1) in /home/zmstorew/public_html/phpbb/includes/page_header.php on line 485

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/language/lang_chinese_traditional_taiwan/lang_main_link.php:1) in /home/zmstorew/public_html/phpbb/includes/page_header.php on line 486

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/links.js.php:1) in /home/zmstorew/public_html/phpbb/links.js.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/links.js.php:1) in /home/zmstorew/public_html/phpbb/links.js.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/links.js.php:1) in /home/zmstorew/public_html/phpbb/links.js.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/links.js.php:1) in /home/zmstorew/public_html/phpbb/links.js.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/links.js.php:1) in /home/zmstorew/public_html/phpbb/links.js.php on line 64


代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_cat.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_cat.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 145

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_cat.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 146

代碼: 選擇全部

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_config.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 143

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_config.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 145

Warning: Cannot modify header information - headers already sent by (output started at /home/zmstorew/public_html/phpbb/admin/admin_links_config.php:1) in /home/zmstorew/public_html/phpbb/admin/page_header_admin.php on line 146


錯誤檔案壓縮連結
這是我把原始的檔案全部轉成utf-8之後的檔案

發表於 : 2007-03-11 11:55
~倉木麻衣~
轉UTF-8最常見的BOM老問題
請多利用搜尋尋找BOM或轉UTF-8的相關文章

發表於 : 2007-03-11 12:09
月葉
太感謝了 倉木麻衣大大

我把bom的選項全部取消後就沒問題了^^


大大的感謝

以後轉存的時候我會多注意的

感恩 :-D