Hi,
I had to restore for a back up a few months ago and when i did the list of modules that were installed was reduced.... meaning i can't uninstall the modules that are causing the problems.
Anyway here is the sql error i keep getting. If anyone has any suggestions on how i can resolve this i would greatly appreciate it.
Thanks

Query Failed:ALTER TABLE istages_accounts add column IStages_ida varchar(36) NULL , add column Accounts_idb varchar(36) NULL , DROP INDEX istages_accounts_idxa , ADD INDEX istages_accounts_idxa (IStages_ida), DROP INDEX istages_accounts_idxb , ADD INDEX istages_accounts_idxb (Accounts_idb), DROP INDEX istages_accounts_idxc , ADD INDEX istages_accounts_idxc (IStages_ida, Accounts_idb)::MySQL error 1060: Duplicate column name 'IStages_ida'