Quote Originally Posted by balihr View Post
Run this from Tools->Install SQL Patches:
Code:
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title= 'ZX Slideshow';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
I run this in my sql patch and the zx slideshow is still showing in my configuration, I thought it may work if I ran the sql in my phpmyadmin, I got this: DELETE FROM configuration_group WHERE configuration_group_id = @t4;# MySQL returned an empty result set (i.e. zero rows). I am using zen cart 139h, do it have any thing to do with I have already removed the files. The reason its in there three times I couldn't get the slide show to work, I uploaded the files again and reinstalled, it still didn't work.