Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2951 closed defect (bug) (fixed)

SQL Query on non-existant table in upgraded MU

Reported by: wpmuguru Owned by:
Priority: normal Milestone: 1.5
Component: Core Version:
Severity: Keywords: has-patch
Cc:

Description

The function in WP 3.0 to determine the correct table prefix for any site is $wpdb->get_blog_prefix which contains the logic to produce the correct table prefix for the main site in both an upgraded MU install and new WP 3.0 network.

Patch attached.

Attachments (1)

2951.diff (830 bytes ) - added by wpmuguru 16 years ago.

Download all attachments as: .zip

Change History (3)

@wpmuguru
16 years ago

#1 @DJPaul
16 years ago

  • Milestone Awaiting Review1.3

#2 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3532]) Use correct table prefix for WP network mode. Fixes #2951, props wpmuguru

Note: See TracTickets for help on using tickets.