I ask in another thread, about how delete an entry in my configuration menu, and entry from another mod I uninstall but the entry was still there... and DrByte reply me this:

Quote Originally Posted by DrByte View Post
You have to find the configuration_group_id for that menu in the configuration_groups table.
Then delete all records from the configuration table containing that configuration_group_id.
And THEN you can delete the record from the configuration_groups table.
so, I do this for the first zen lightbox entry... I do not found records from the configuration table containing the configuration_group_id, so I delete the record from the configuration_groups table and everything is ok... the failed entry was deleted... and the mod and the site works perfectly.

If anyone would like apply this fix... make sure to make a backup of your database first... just in case... lol