#462 closed defect (bug) (fixed)
SQL Error r1035
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | critical | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
Finding this in latest revision
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 '' at line 1 for query SELECT DISTINCT u.ID as user_id FROM wp_users u LEFT JOIN Object id #178->table_name_data pd ON u.ID = pd.user_id WHERE pd.value LIKE '%Beauty%' ORDER BY pd.value ASC LIMIT 0, 10 made by require, require_once, do_action, call_user_func_array, bp_core_do_catch_uri, load_template, require_once, do_action, call_user_func_array, bp_core_directory_members_content, BP_Core_User->search_users
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in r1037. There were missing braces around table name variables.