Topic-icon Installation failure with error message about duplicate DB column

I have cleaned JFBConnect out of the database numerous times, including the extensions table and still get the same error:

JInstaller: :Install: Error SQL Duplicate column name 'params' SQL=ALTER TABLE `#__jfbconnect_user_map` ADD COLUMN `params` TEXT;
Extension Install: SQL error processing query: DB function failed with error number 1060
Duplicate column name 'params' SQL=ALTER TABLE `#__jfbconnect_user_map` ADD COLUMN `params` TEXT;
SQL =
ALTER TABLE `#__jfbconnect_user_map` ADD COLUMN `params` TEXT;
The topic has been locked.
Support Specialist
Changing the jfbconnect item in the extensions table won't have any effect. The error is for the jfbconnect_user_map table. You can either try removing that one (which will remove all mappings of Joomla users to social credentials) or deleting the 'params' column in that table. The error is that the column is trying to be added but is already present.

-Melissa
The topic has been locked.