[buddypress-trac] [BuddyPress Trac] #8825: Message reply bug in v11.0.0
buddypress-trac
noreply at wordpress.org
Mon Feb 6 12:10:50 UTC 2023
#8825: Message reply bug in v11.0.0
--------------------------+-----------------------------
Reporter: casper99 | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Messages | Version: 11.0.0
Severity: major | Keywords: needs-patch
--------------------------+-----------------------------
WordPress 6.1.1
Buddypress Version 11.0.0
Theme: bp-nouveau
Tested on PHP 7.4 and PHP 8.2
Hi, since last update, replying on messages is not possible any more.
New messages work.
Only the message “Your reply was not sent. Please enter some content.”
appears.
Investigating the problem leads me to
bp-templates/bp-nouveau/includes/messages/ajax.php
The problem is, that $_POST[‘thread_id’] is empty.
$_POST
(
[nonce] => fc63ecc237
[action] => messages_send_reply
[content] => <p>test</p>
)
Any ideas?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8825>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list