I have just got this package installed in version 1.5, with a few alterations listed below:
First of all copy all files over as usual.
Alteration 1. -
Ignore the directory 'admin/includes/boxes' and also everything within.
Instead create an sql file with the following and run it through Tools->Install SQL Patches (or enter query manually)
Code:
INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('subscrip##################er', 'BOX_CUSTOMERS_SUBSCRIPTION_MANAGER', 'FILENAME_SUBSCRIPTION_MANAGER', '', 'customers', 'Y', 1000);
Alteration 2. -
Find following file 'admin/includes/functions/extra_functions/subscription_manager.php'
Search for 'TYPE=MyISAM' and replace with 'ENGINE=MyISAM'.
(Not sure if this alt is database version specific though!! - so may only require first alt)
You should now be good to Install, just go to Customers->Subscription Manager.
I have tested briefly, though not thoroughly nor on a live store, and all seems fine.
Bookmarks