Quote Originally Posted by nycxkkoma View Post
Thank you for the reply.

Can you be a little bit more specific (where the database file is located and how I find the ID for each?) since I am new at editing this from zencart. Thank you.
The easiest way for you to correct this would be to delete it all from your database.

BACKUP your DATABASE FIRST!!

Edit the UnInstall_CAPTCHA.sql file and remove the LIMIT 1 from this line only. Make sure you leave the ; at the end of the line.
Code:
DELETE FROM configuration_group WHERE configuration_group_title = 'CAPTCHA Validation' LIMIT 1;
Check your Admin/Configurartion screen that all of the CAPTCHA entries are gone.

Now re-run the Install_CAPTCHA.sql file and there should only be one entry now.