Quote Originally Posted by yellow1912 View Post
Post a link to your site.
My website: www.singaporevault.com/store

I've deleted one file and switch the mod off. IE was not able to load again. Had no choice but to switch it off. But when I tried it in firefox, it was looking good and there were less files to upload too. If someone has a working site, please kindly post so that I can compare the codes to see what is different.

Next, if anyone wants to uninstall Lightbox, I believe you can use the following code to put inside SQL patches:

Code:
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;
Code was copied from: http://www.zen-cart.com/forum/showpo...&postcount=157

I've tried it and it seems to be working fine.