Trying to figure out... Got some more info...
Quote Originally Posted by westerlind View Post
Seems that I'm not alone...






This is the changes I tried with:
Code:
INSERT INTO `zen_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
UPDATE `zen_configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();

SELECT @cgi := `configuration_group_id` FROM `zen_configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';

INSERT INTO `zen_configuration`
1. Regarding prefix - it only has to be added (in my case "zen_") when installing the patch from phpMyAdmin. You find your prefix stated in the configure.php file for the zen-cart shop.
2. If you run the patch from the zencart admin you shall not use the prefix because the "install sql patches" adds that to the patch.

What I do belive is that there is something wrong wit the code in the patch. I get this message from phpMyAdmin when I run the patch:
#1062 - Duplicate entry 'ZEN_LIGHTBOX_STATUS' for key 2


I don't know what it means though...