[問題]關於外掛 Custom mass PM 1.4.7出現一個問題

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

版主: 版主管理群

主題已鎖定
stric
星球公民
星球公民
文章: 99
註冊時間: 2002-08-16 09:30

[問題]關於外掛 Custom mass PM 1.4.7出現一個問題

文章 stric »

問題外掛:[MOD/外掛]關於外掛 Custom mass PM 1.4.7
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=36201
使用版本:phpBB 2.19
狀況描述:
我發現我pm單一會員時會出現下面的訊息:

代碼: 選擇全部

Warning: Wrong parameter count for usort() in /home/shucian/public_html/phpbb/privmsg.php on line 1174

Warning: Cannot modify header information - headers already sent by (output started at /home/shucian/public_html/phpbb/privmsg.php:1174) in /home/shucian/public_html/phpbb/includes/page_header.php on line 557

Warning: Cannot modify header information - headers already sent by (output started at /home/shucian/public_html/phpbb/privmsg.php:1174) in /home/shucian/public_html/phpbb/includes/page_header.php on line 559

Warning: Cannot modify header information - headers already sent by (output started at /home/shucian/public_html/phpbb/privmsg.php:1174) in /home/shucian/public_html/phpbb/includes/page_header.php on line 560
但經測試 訊息有送過去 但是不知道為啥會出現這段訊息\r
我有看另一篇竹貓的文章
http://phpbb-tw.net/phpbb/viewtopic.php ... ustom+mass

但是看完後還是不知道怎改 能請各位指點一下嗎
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8538
註冊時間: 2004-04-30 01:54
來自: Taiwan

文章 心靈捕手 »

那一篇的修改, 我只有解決:
出現下列系統訊息:
很抱歉! 這個會員名稱並不存在
這個問題.

至於, 上頭警告訊息\r
Warning: Wrong parameter count for usort() in d:\appserv\www\phpbb2\privmsg.php on line 1243
我則是做了以下的修改:
#
#-----[ OPEN ]-----
#
privmsg.php

#
#-----[ FIND ]-----
#

代碼: 選擇全部

usort ($to_username_array);
#
#-----[ REPLACE WITH ]-----
#

代碼: 選擇全部

sort ($to_username_array);
ps.
這個修改, 只是還原 Custom mass PM 1.4.6
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
stric
星球公民
星球公民
文章: 99
註冊時間: 2002-08-16 09:30

文章 stric »

嗯 已經修正了
謝謝幫忙
主題已鎖定

回到「外掛問題討論」