| 1 |
To upgrade from 1.17, or newer, extract these files over your original module.
|
| 2 |
Go to admin/modules and run the update.php script.
|
| 3 |
|
| 4 |
Done!
|
| 5 |
|
| 6 |
|
| 7 |
-----
|
| 8 |
|
| 9 |
To upgrade older versions ONLY
|
| 10 |
|
| 11 |
|
| 12 |
If you used an early version of this module (1.5 or below) then you
|
| 13 |
will need to:
|
| 14 |
|
| 15 |
1. cancel any existing subscriptions on paypal/sandbox
|
| 16 |
2. remove any locally writen inline php generating subscriptions/donations
|
| 17 |
3. Disable the lm_paypal* modules in admin/modules
|
| 18 |
4. Drop the lm_paypal* tables from your database and delete the entry for
|
| 19 |
these module from the system table:
|
| 20 |
mysql -u user -p pass mydrupaldatabase < drop_test.sql
|
| 21 |
|
| 22 |
Then follow the standard instructions in INSTALL.txt
|
| 23 |
|
| 24 |
--
|
| 25 |
|
| 26 |
If you used a previous version of this module (1.6 or above) then after
|
| 27 |
installing this version (see INSTALL.txt) you will need to upgrade the
|
| 28 |
modules. Follow the link to update.php at the top of administer/modules.
|
| 29 |
|
| 30 |
You will also have to reset your access permissions in administer/access control
|
| 31 |
as some of the permission names have changed.
|
| 32 |
|
| 33 |
--
|
| 34 |
|
| 35 |
If you used 1.17 or below after upgrading please disable all the lm_paypal
|
| 36 |
modules and then re-enable them. This is to avoid the hook_init() problem
|
| 37 |
reported by one user.
|