1 頁 (共 1 頁)

[問題]這是CASH MOD的問題嗎...

發表於 : 2004-02-11 11:39
晴月
問題外掛:CASH MOD
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?p=129260#129260
http://phpbb-tw.net/phpbb/viewtopic.php?t=18589
http://www.phpbb.com/phpBB/catdb.php?mo ... &id=853980
使用版本:PHPBB2.06
網站位置:http://bluemoon.roc.cc/php/index2.php
狀況描述:
因為我是新手~所以原本就有架一個先用~然後在試架一個~把我想要用的MOD全放上去~
我原本架的並沒有這個問題~可是我備用的就出現了下列的問題
當我看文章的時候他會在版面的最上面出現\r
Warning: Cannot modify header information - headers already sent by (output started at /home/bluemoon/public_html/php/language/lang_chinese_traditional_taiwan/lang_cash.php:2) in /home/bluemoon/public_html/php/viewtopic.php on line 558

Warning: Cannot modify header information - headers already sent by (output started at /home/bluemoon/public_html/php/language/lang_chinese_traditional_taiwan/lang_cash.php:2) in /home/bluemoon/public_html/php/includes/page_header.php on line 505

Warning: Cannot modify header information - headers already sent by (output started at /home/bluemoon/public_html/php/language/lang_chinese_traditional_taiwan/lang_cash.php:2) in /home/bluemoon/public_html/php/includes/page_header.php on line 507

Warning: Cannot modify header information - headers already sent by (output started at /home/bluemoon/public_html/php/language/lang_chinese_traditional_taiwan/lang_cash.php:2) in /home/bluemoon/public_html/php/includes/page_header.php on line 508

而當我回覆文章的時候~則是沒有第一個
Warning: Cannot modify header information - headers already sent by (output started at /home/bluemoon/public_html/php/language/lang_chinese_traditional_taiwan/lang_cash.php:2) in /home/bluemoon/public_html/php/viewtopic.php on line 558

我使用EXCEL查看行數(因為我實在不知道要用什麼才能最快找到第幾行...)
我發現我的includes/page_header.php 這個檔案~在我目前裝過的外掛中都是沒有動到的
但是還是PO一下那邊的程式碼\r
505: header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
507:header ('Expires: 0');
508:header ('Pragma: no-cache');

另外viewtopic.php 的558
setcookie($board_config['cookie_name'] . '_t', serialize($tracking_topics), 0, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);


雖然說其他功能好像沒有什麼衝突~還可以用的樣子~可是讓我不敢再加外掛進去了QQ
問題可能有點長~不好意思~麻煩大大勞累一下了>"<謝謝


補充:
我使用的外掛列表http://bluemoon.roc.cc/php/mods.php

發表於 : 2004-02-11 11:52
動機不明
lang_cash.php 的第二行是不是有問題?

許多文件編輯器都有行數顯示的 ^^ (例如 ultraedit, emeditor ... )

發表於 : 2004-02-11 12:26
晴月
動機不明 寫:lang_cash.php 的第二行是不是有問題?

許多文件編輯器都有行數顯示的 ^^ (例如 ultraedit, emeditor ... )
可是我lang_cash.php是按照大大發表的
http://phpbb-tw.net/phpbb/viewtopic.php?p=129260#129260
這篇全部複製貼上耶@@
另外~我之前有試裝過last_visit~可是裝失敗了
但是已經跑過他的last_visit_db_update.php檔案了
後來我把LAST VISIT的部分弄掉~這樣會有影響到嗎?
因為我剛剛才看到LAST VISIT有用到includes/page_header.php 這個檔案耶\r
不過我剛才有把LAST VISIT裝看看~結果連首頁都進不去@@所以我又把他弄掉了

發表於 : 2004-02-11 12:30
晴月
問題解決了>"<
結果我把原本的英文lang_cash.php上傳~就沒有這個問題了ㄒ_ㄒ....
難道我不能用中文化嗎?不知道有沒有別的解決之道...麻煩了

發表於 : 2004-02-11 12:39
aiken
你英文夠好的話可以嘗試自己中文化
或者是拿別人已經中文化好的來對照修改英文版本的語系檔

發表於 : 2004-02-20 06:42
soupjvc
這位大大 剛剛我也遇到了一模一樣的問題
經過我的實驗之後 發現是我們做了相同的動作
"剪下貼上的時候出問題囉"

呵呵 說出來你可能也覺得很智障很想撞牆

就是<%php 與 %>
不是在檔案的開頭與結尾 哈哈哈哈
你只要把<%php放在第一行 %>放在最後一行
一切EXCEPTION都不見了
;-)

發表於 : 2004-08-18 02:27
janmin
其實這個問題只是在\r

最後一行

?>
它的後面多了一個......空白字元....................................~"~