01/15/2013 at 12:01 pm
#249128
Keymaster
@Brian
I’m not certain there is an easy solution. You would have to delete those columns again, deactivate Connections and edit the connections.php removing this line:
if ( $wpdb->get_var( "SHOW TABLES LIKE '" . CN_ENTRY_TABLE . "'" ) != CN_ENTRY_TABLE ) {
and the closing bracket “}”, no quotes right before this line:
if ( $wpdb->get_var( "SHOW TABLES LIKE '" . CN_TERMS_TABLE . "'" ) != CN_TERMS_TABLE ) {
Now reactivate Connections. This should create the missing columns in the primary table.
You didn’t delete any other columns in any of the other tables for Connections did you?