ここの情報は古いです。ご理解頂いた上でお取り扱いください。
イベントでメッセージを送るとWarning
http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=16679
より転記
イベントでメッセージを送るとエラーが…
Warning: Missing argument 3 for do_common_send_message_mail_send_ktai() in
/home/*****/webapp/lib/util/mail_send.php on line 719
Warning: Missing argument 4 for do_common_send_message_mail_send_ktai() in
/home/*****/webapp/lib/util/mail_send.php on line 719
Warning: Cannot modify header information - headers already sent by (output
started at /home/*****/webapp/lib/util/mail_send.php:719) in
/home/*****/webapp/lib/util/util.php on line 34
ということで、調べてみると
webapp/lib/db/message.php の
do_common_send_message_mail_send_ktai($c_member_id_to, $c_member_id_from)
となっているのに、
webapp/lib/util/mail_send.phpは
function do_common_send_message_mail_send_ktai($c_member_id_to, $c_member_id_from, $subject, $body)
で受けてる。
それならということでwebapp/lib/db/message.phpの
do_common_send_message_mail_send_ktai($c_member_id_to, $c_member_id_from);
を
do_common_send_message_mail_send_ktai($c_member_id_to, $c_member_id_from,$subject, $body);
と、応急処置を施す。
Change History (13)
Milestone: |
→ OpenPNE2.12beta2
|
Priority: |
major →
critical
|
Owner: |
changed from nobody to ebihara
|
Status: |
new →
assigned
|
Keywords: |
差し戻し added; 確認中 removed
|
Keywords: |
確認中 added; 差し戻し removed
|
Keywords: |
テスト待ち added; 確認中 removed
|
Milestone: |
→ OpenPNE2.12beta2
|
Version: |
2.11.x →
2.12.x & 2.13.x
|
Keywords: |
テスト待ち removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Download in other formats:
修正パッチをいただきました