1 頁 (共 1 頁)

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

發表於 : 2006-01-19 08:52
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

但是看完後還是不知道怎改 能請各位指點一下嗎

發表於 : 2006-01-19 09:42
心靈捕手
那一篇的修改, 我只有解決:
出現下列系統訊息:
很抱歉! 這個會員名稱並不存在
這個問題.

至於, 上頭警告訊息\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

發表於 : 2006-01-19 21:05
stric
嗯 已經修正了
謝謝幫忙