/[drupal]/contributions/modules/lm_paypal/UPGRADE.txt
ViewVC logotype

Contents of /contributions/modules/lm_paypal/UPGRADE.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.23 - (show annotations) (download)
Sun Oct 8 20:51:08 2006 UTC (3 years, 1 month ago) by leemcl
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-0, DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, DRUPAL-6--2-0-ALPHA1, DRUPAL-5--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1, DRUPAL-6--2
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Update version numbers to match originals
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.

  ViewVC Help
Powered by ViewVC 1.1.2