I just recently updated my Connections plugin to version 8.2.1 and updated WordPress to 4.1.1 which caused my Logos to disappear and I now see the “No editor could be selected.” error on the admin>Connections>Manage page.
I updated the Connections plugin first before updating WordPress and I probably should have performed updates the other way around. When I updated the Connections plugin I did receive a few errors during the database upgrade process. I have included the errors below from my WordPress error.log file. Any help you could provide would be greatly appreciated!
[Tue Mar 03 10:10:33.755988 2015] [:error] [pid 29709] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections ADD FULLTEXT search (family_name, first_name, middle_name, last_name, title, organization, department, contact_first_name, contact_last_name, bio, notes) made by do_action(‘connections_page_connections_manage’), call_user_func_array, cnAdminMenu::showPage, connectionsShowUpgradePage, cnRunDBUpgrade, cnSchema::create, cnSchema::addFULLTEXT
[Tue Mar 03 10:10:33.756705 2015] [:error] [pid 29709] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections_address ADD FULLTEXT search (line_1, line_2, line_3, city, state, zipcode, country) made by do_action(‘connections_page_connections_manage’), call_user_func_array, cnAdminMenu::showPage, connectionsShowUpgradePage, cnRunDBUpgrade, cnSchema::create, cnSchema::addFULLTEXT
[Tue Mar 03 10:10:33.757195 2015] [:error] [pid 29709] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections_phone ADD FULLTEXT search (number) made by do_action(‘connections_page_connections_manage’), call_user_func_array, cnAdminMenu::showPage, connectionsShowUpgradePage, cnRunDBUpgrade, cnSchema::create, cnSchema::addFULLTEXT
[Tue Mar 03 10:13:39.814297 2015] [:error] [pid 29708] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections ADD FULLTEXT search (family_name, first_name, middle_name, last_name, title, organization, department, contact_first_name, contact_last_name, bio, notes) made by activate_plugin, do_action(‘activate_connections/connections.php’), call_user_func_array, connectionsLoad::activate, cnSchema::create, cnSchema::addFULLTEXT
[Tue Mar 03 10:13:39.814669 2015] [:error] [pid 29708] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections_address ADD FULLTEXT search (line_1, line_2, line_3, city, state, zipcode, country) made by activate_plugin, do_action(‘activate_connections/connections.php’), call_user_func_array, connectionsLoad::activate, cnSchema::create, cnSchema::addFULLTEXT
[Tue Mar 03 10:13:39.814974 2015] [:error] [pid 29708] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_connections_phone ADD FULLTEXT search (number) made by activate_plugin, do_action(‘activate_connections/connections.php’), call_user_func_array, connectionsLoad::activate, cnSchema::create, cnSchema::addFULLTEXT