Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2543 closed defect (bug) (fixed)

Blogs Directory SQL error on WP 3.0 w/ MS

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.2.6 Priority: major
Severity: Version:
Component: Blogs Keywords: has-patch, tested
Cc:

Description

This is because wp_1_posts doesn't exist on a new MS in 3.0, WordPress just refers it to wp_posts:

WordPress database error Table 'wordpress.wp_1_posts' doesn't exist for query SELECT post_title, guid FROM wp_1_posts WHERE post_status = 'publish' AND post_type = 'post' AND id != 1 ORDER BY id DESC LIMIT 1 made by require, require_once, do_action, call_user_func_array, bp_core_do_catch_uri, load_template, require_once, locate_template, load_template, require_once, bp_has_blogs, BP_Blogs_Template->bp_blogs_template, bp_blogs_get_blogs, BP_Blogs_Blog->get, BP_Blogs_Blog->get_blog_extras

Attachments (2)

wut.diff (1.3 KB) - added by DJPaul 14 years ago.
Try this for size
nowai.diff (1.1 KB) - added by DJPaul 14 years ago.
this one works better

Download all attachments as: .zip

Change History (4)

@DJPaul
14 years ago

Try this for size

#1 @DJPaul
14 years ago

  • Keywords has-patch tested added

@DJPaul
14 years ago

this one works better

#2 @johnjamesjacoby
14 years ago

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

(In [3139]) Fixes #2543 props paulgibbs

Note: See TracTickets for help on using tickets.