Opened 14 years ago
Closed 14 years ago
#2719 closed defect (bug) (fixed)
Messages table misnamed in trunk
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | critical |
Severity: | Version: | ||
Component: | Messages | Keywords: | |
Cc: |
Description
I was testing some other stuff when I realized that my main messages table, on a fresh installation of BP trunk, had been named wp_bp_messages instead of wp_bp_messages_messages, while the necessary adjustments hadn't been made throughout the rest of the messaging component. As a result messages couldn't be sent.
I assume the right thing to do is to make sure that $bp->messages->table_name is wp_bp_messages_messages, the same as it always was for backward compatibility, but that needs to be checked (and I can't do it at the moment).
Note: See
TracTickets for help on using
tickets.
(In [3363]) Corrects table creation routine in bp-core-schema.php to use the correct name for the main bp_messages table. Fixes #2719