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)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3532]) Use correct table prefix for WP network mode. Fixes #2951, props wpmuguru