Re: Bug (?): private message to two members
I wonder if the messaging system uses cookies?
It doesn’t sound really like the issue the 3 of us found. Does it? I just got finished working with somebody yesterday. His problem was that creating one group after another on the same computer caused the 2nd group to adopt the group id of the 1st group.
The underlying issue and solution was that he didn’t have any cookie domains set in wp-config.php
https://buddypress.org/forums/topic.php?id=3452
These cookie issues are tough to debug. We do the ‘works for me’ thing because our wpmu instances are different. Right now bp relies on the wpmu instance supplying the cookie path and domain. Perhaps to cover such situations bp should specify it’s path and domain. Would that bypass the wpmu credentials? Would it matter?