Does anyone know what the problem is with the code below? I purchased Dolphin Subscription Module and I have never been able to get it to work. Martinboi corrected it for me the first time but didn't tell me what he did. Now he seems to be nowhere in sight when I need him to correct it again.
I had to re-install Dolphin 7.0.7 and again the module doesn't work. On a clean install here are the fail errors I am getting:
-- -- Error:
ALTER TABLE `sys_acl_levels`ADD `Free` INT(11) NOT NULL,ADD `Trial` tinyint(1) NOT NULL,ADD `Trial_Length` int(11) NOT NULL,ADD `Order` INT(25) NOT NULL;
-- -- Error:
INSERT INTO `sys_acl_levels` (`ID`, `Name`, `Icon`, `Description`, `Active`, `Purchasable`, `Removable`, `Free`) VALUES(NULL, 'Silver', 'non-member.png', 'A sample membership allowing some features.', 'yes', 'yes', 'yes', 0),(NULL, 'Gold', 'promotion.png', 'A full-access Sample membership.', 'yes', 'yes', 'yes', 0);
-- -- Error:
UPDATE sys_acl_levels SET Free='0';
-- -- Error:
INSERT INTO `sys_acl_level
If anyone can offer any tips I would be very, very happy. And thanks in advance.