Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#279 closed defect (bug) (fixed)

SQL Errors r809

Reported by: trent's profile trent Owned by: apeatling's profile apeatling
Milestone: Priority: blocker
Severity: Version:
Component: Keywords:
Cc:

Description

With r809 I have a couple of MySQL errors again:

WordPress database error Table 'database.wp_Array_options' doesn't exist for query SELECT * FROM wp_Array_options WHERE option_name = 'siteurl' made by require, wp, WP->main, do_action_ref_array, call_user_func_array, bp_blogs_redirect_to_random_blog, get_blog_option
WordPress database error Table 'database.wp_user__activity' doesn't exist for query SELECT * FROM wp_user__activity WHERE date_recorded >= FROM_UNIXTIME(1229447024)  AND is_private = 0 ORDER BY date_recorded DESC  LIMIT 5 made by BP_Activity_Activity::get_activity_for_user

Looks like it isn't getting the user again.

Change History (2)

#1 @trent
16 years ago

  • Priority changed from critical to blocker

Another one:

WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND initiator_user_id = 8) OR (initiator_user_id IN () AND friend_user_id = 8)' at line 1 for query SELECT count(id) FROM wp_bp_friends WHERE (friend_user_id IN () AND initiator_user_id = 8) OR (initiator_user_id IN () AND friend_user_id = 8) made by friends_search_friends, BP_Friends_Friendship->search_friends

#2 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.