Dolphin Subscription Module Installation Errors

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.

Quote · 5 Sep 2011

I also just tried to import the sql through phpMyAdmin and got the following error.  Can any of you programmers out there see what is incorrect in the syntax?:

SQL query:

-------------------------------------------------------- --
-- Injections
-------------------------------------------------------- --
INSERT INTO `sys_injections` ( `name` , `page_index` , `key` , `type` , `data` , `replace` , `active` )
VALUES (

'memberships', '0', 'injection_head', 'php', 'require_once(BX_DIRECTORY_PATH_MODULES.''harvest/memberships/include.php'');', '0', '1'

);

MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '----------------------------------------------------------
-- Injections
-------' at line 1

Quote · 5 Sep 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.