@ianhaycox
14 years, 6 months ago
Just had this problem myself.
https://trac.buddypress.org/ticket/2361
Normally BP fails silently if this table is missing. However if a WordPress plugin calls $wpdb->show_errors() it reports the error above.
Workaround – find the plugin with $wpdb->show_errors() and comment it out.
Ian