Eric, here is some sql that will delete the tabbed lite stuff from the database.
Code:
DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE 'Tabbed Products Config' LIMIT 1;
DELETE FROM `configuration` WHERE `configuration_description` LIKE 'Set this to 1%' LIMIT 10;
After that you should redo the original sql and make sure you do it all at once. either upload the file to the Install SQL Patches or copy the entire file from notepad and paste it in the window. That should solve the problem.
Bookmarks