new facebook connect

Can someone please help me with this:

I´m trying to install a new facebook connect but get this error:

Uninstallation of: Facebook connect Failed

-- Changing database: 
-- -- There are errors in the following MySQL queries:
-- -- Error: Can't DROP 'FacebookProfile'; check that column/key exists
ALTER TABLE `Profiles`DROP `FacebookProfile`;

Best regards

Morten

Quote · 23 Jun 2010

and i cannot install the new version when the old version is already there. And i cannot overwrite the old version, when i do this, the place where to apply the API in the admin is gone.

Quote · 23 Jun 2010

Try putting that missing database entry back in the database by hand. Using phpMyAdmin run the following query.

ALTER TABLE `Profiles` ADD `FacebookProfile` VARCHAR(32) NOT NULL;



Then try your uninstall again.

https://www.deanbassett.com
Quote · 23 Jun 2010

Try putting that missing database entry back in the database by hand. Using phpMyAdmin run the following query.

ALTER TABLE `Profiles` ADD `FacebookProfile` VARCHAR(32) NOT NULL;



Then try your uninstall again.

YES! That did it!

Thanks a million :)

Best regards

Morten

Quote · 23 Jun 2010

whooohoooo it worked for me too.... u  da man Dean.

Quote · 29 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.