1 頁 (共 1 頁)

無法登入會員(一直叫我登入)

發表於 : 2007-04-03 04:46
皇妃
●架設主機作業系統:WindowsXP
●上網方式:ADSL
●安裝的程式:phpBB2.0.21
●安裝的外掛:Cash223(虛擬貨幣)、bank_cv2_faceutf8(虛擬銀行)
●phpBB2 版本:phpBB2.0.21
●domain(網域名稱) :kteva.why3s.cc
●phpBB2 連結網址:http://www.kteva.why3s.cc/phpBB2/index.php

●錯誤狀態:
要登入會員帳號,無法登入,輸入帳號密碼後,按登入,
又跳回首頁輸入帳號密碼...
可以幫幫我嗎,要怎麼修改??

提供測試帳號:test
提供測試密碼:1234


我安裝完成虛擬銀行後,為什麼最上方會出現
Warning: Cannot modify header information - headers already sent by (output started at /home/ktevawhy/public_html/phpBB2/includes/page_header.php:1) in /home/ktevawhy/public_html/phpBB2/includes/page_header.php on line 494

Warning: Cannot modify header information - headers already sent by (output started at /home/ktevawhy/public_html/phpBB2/includes/page_header.php:1) in /home/ktevawhy/public_html/phpBB2/includes/page_header.php on line 496

Warning: Cannot modify header information - headers already sent by (output started at /home/ktevawhy/public_html/phpBB2/includes/page_header.php:1) in /home/ktevawhy/public_html/phpBB2/includes/page_header.php on line 497

我是要把修改完成後的includes/page_header.php這個檔,轉為UTF-8嗎??

發表於 : 2007-04-03 14:16
心靈捕手
1. 這個問題和外掛無關; 而是和您的 '網域名稱' 設定錯誤有關.
2. 檢視此檔 includes/page_header.php 存檔時, 是否為 utf-8 (未含 BOM) 碼?

發表於 : 2007-04-03 16:21
皇妃
心靈大大~實在是太感謝您了!!我可以登入了,那請問,我還有哪裡要改的呢?
我已經把原本的cookie_name phpbb2mysql 改成kteva.why3s.cc(我自己的網域),只要改這裡嗎??還有哪裡需要更改的呢?
圖檔

還有ㄚ,我用convertz這個程式,把 includes/page_header.php 轉檔為utf-8 (未含 BOM) 碼,
但是...首頁正常了,不會出現錯誤代碼,但是進到後台,會如下圖,
圖檔

這樣該如何處理呢??

發表於 : 2007-04-03 17:03
心靈捕手
皇妃 寫:心靈大大~實在是太感謝您了!!我可以登入了,那請問,我還有哪裡要改的呢?
我已經把原本的cookie_name phpbb2mysql 改成kteva.why3s.cc(我自己的網域),只要改這裡嗎??還有哪裡需要更改的呢?
圖檔

還有ㄚ,我用convertz這個程式,把 includes/page_header.php 轉檔為utf-8 (未含 BOM) 碼,
但是...首頁正常了,不會出現錯誤代碼,但是進到後台,會如下圖,
圖檔

這樣該如何處理呢??
1. 所謂 '網域名稱' 指的是 'server_name' 這個欄位.

不過, 既然您可以正常進入後台, 那麼就表示設定無誤.

如果論壇是架在主機商提供的付費或免費空間的話,
那麼最好是自行指定 'cookie_name' 以免與其他使用者重複.

2. 檢視下列檔案存檔時的編碼, 是否是 utf-8 (未含 BOM) 碼?
admin/admin_bank.php
language/lang_chinese_traditional_taiwan/lang_admin.php

建議用 EmEditor 來檢視
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924

發表於 : 2007-04-03 17:49
皇妃
心靈大大~謝謝呦!!可以了
真的...你說的EmEditor這個轉碼程式比較好用!謝謝你呦!
再借我問一個問題,是不是只要有修改到中文的mod,
都要再轉碼一次??

發表於 : 2007-04-03 17:55
心靈捕手
皇妃 寫:心靈大大~謝謝呦!!可以了
真的...你說的EmEditor這個轉碼程式比較好用!謝謝你呦!
再借我問一個問題,是不是只要有修改到中文的mod,
都要再轉碼一次??
Yes! ;-)