Try un-installing it from your data base with the code that came with zen lightbox. If you have two copies of zen lightbox showing in admin you will have to go to your data base and manully remove one of them.
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Zen Lightbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;


Reply With Quote


