THIS DOES NOT WORK and in fact, it screwed up my database so I had to reinstall and redo everything.

Please don't post a workaround if have not tested it...

Quote Originally Posted by kcahir View Post
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.