Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WordPress database error

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

Skip to toolbar