[問題]Custom mass PM 1.4.7 部份問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
oscerropper
星球公民
星球公民
文章: 197
註冊時間: 2004-12-21 17:56
來自: 興趣的黑洞

[問題]Custom mass PM 1.4.7 部份問題

文章 oscerropper »

參考外掛:http://phpbb-tw.net/phpbb/viewtopic.php?p=200026#200026
搜索:已搜索過~但論壇沒有人尋問這問題~自己也在google上找過~但那個人並沒得到其它人回應

我成功安裝完整個mod及執行資料庫update的流程~
也確定大量發送訊息的功能有效~但是有個東西一直困擾著我
每當我點”個人資料”都會發現錯誤(表格等等都沒問題~只是排版上方多出這行訊息~功能一切都正常)
Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_mass_pm.php:35) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 506

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

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_mass_pm.php:35) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 509
我試過該修改的include內四個檔案~發現usercp_register.php的問題(還原就沒這東西)

另外~點擊進入私人訊息時~點選傳送大量私人訊息的圖後就出現(表格及傳送PM等等都沒問題~只是排版上方多出這行訊息~功能一切都正常)
Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_mass_pm.php:35) in /home/customer/我的網域/www/phpBB2/includes/sessions.php on line 332

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

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

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

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/我的網域/www/phpBB2/language/lang_chinese_traditional_taiwan/lang_mass_pm.php:35) in /home/customer/我的網域/www/phpBB2/includes/page_header.php on line 509
我也查過那個檔案改的問題~是在privmsg.php檔案
最後由 oscerropper 於 2006-02-06 02:04 編輯,總共編輯了 4 次。
●架設主機作業系統:Unix
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。
頭像
oscerropper
星球公民
星球公民
文章: 197
註冊時間: 2004-12-21 17:56
來自: 興趣的黑洞

文章 oscerropper »

以下是我兩個檔案的改法:
privmsg.php 及 usercp_register.php

檔案下載:
http://home.pchome.com.tw/web/aimms/problem.rar(pchome請按右鍵另存新檔)
●架設主機作業系統:Unix
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8547
註冊時間: 2004-04-30 01:54
來自: Taiwan

文章 心靈捕手 »

依照經驗, 這個訊息只是告訴您:
在 'lang_mass_pm.php' 的結尾處, 可能有多餘的空格.

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?p=205658#205658
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
頭像
oscerropper
星球公民
星球公民
文章: 197
註冊時間: 2004-12-21 17:56
來自: 興趣的黑洞

文章 oscerropper »

lang_mass_pm.php 原全沒有動 :-? ....
我剛也檢查過~沒有空白問題 ...
●架設主機作業系統:Unix
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8547
註冊時間: 2004-04-30 01:54
來自: Taiwan

文章 心靈捕手 »

oscerropper 寫:lang_mass_pm.php 原全沒有動 :-? ....
我剛也檢查過~沒有空白問題 ...
建議您:
將它 (lang_mass_pm.php) 壓縮後, 貼出下載連結.
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
頭像
oscerropper
星球公民
星球公民
文章: 197
註冊時間: 2004-12-21 17:56
來自: 興趣的黑洞

文章 oscerropper »

心靈捕手

謝謝~今天花了一整天在重架論壇(2.019)剛已經把mass pm成功架起了 :-)
●架設主機作業系統:Unix
●您的上網方式:虛擬主機。
●您安裝的程式:
Apache version 2.0.63
MySQL version 45.0.92-community
PHP version 5.2.14
Perl version 5.8.8
●您的 phpBB2 版本:phpBB 3.0.8。
主題已鎖定

回到「外掛問題討論」