Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2387 closed defect (bug) (fixed)

wrong table name for messages

Reported by: eclipseguru's profile eclipseguru Owned by:
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Messages Keywords:
Cc: eclipseguru@…

Description

I'm currently evaluating trunk (future 1.3?) as a framework for a website I'm creating. I noticed an issue with the messaging component.

In bp-messages.php it says:

$bp->messages->table_name_messages = $wpdb->base_prefix . 'bp_messages_messages';

In bp-core/admin/bp-core-schema.php it says:

$sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_messages (
             ...

Which is the correct table name?

Change History (3)

#1 @eclipseguru
14 years ago

  • Cc eclipseguru@… added

#2 @DJPaul
14 years ago

You should use the 1.2 branch. Trunk is not recommended to use at the moment as there is still a lot of work to be done on 1.3

#3 @r-a-y
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

in changeset [3363].

Note: See TracTickets for help on using tickets.