[buddypress-trac] [BuddyPress] #3971: Private messaging sends to multiple users automatically
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Jun 27 12:15:33 UTC 2012
#3971: Private messaging sends to multiple users automatically
--------------------------------+-----------------------------
Reporter: minminloveislonely | Owner: DJPaul
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: Messaging | Version: 1.5.3
Severity: normal | Resolution:
Keywords: reporter-feedback |
--------------------------------+-----------------------------
Changes (by boonebgorges):
* type: enhancement => defect (bug)
* severity: major => normal
Comment:
minminloveislonely - Do you have direct access to the database for the
site where you're seeing this problem? I'd like you to do a bit of
debugging, if you can.
Find an instance where this problem is happening. Look in the database
table `wp_bp_messages_messages` to find out what the thread ID is. Using
the thread subject, the following query should do it:
{{{
SELECT thread_id FROM wp_bp_messages_messages WHERE subject = 'PUT YOUR
SUBJECT HERE';
}}}
Remember to put your subject in there :)
Once you have a thread_id, see what the database says about the
recipients:
{{{
SELECT * FROM wp_bp_messages_recipients WHERE thread_id = 'PUT THE THREAD
ID HERE';
}}}
You *should* only see the *correct* recipients listed here (under user_id)
- not the "random" user. If you can verify this, it'll narrow things down,
and I can give you some more instructions for debugging.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3971#comment:20>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list