1 |
85ad3d82
|
Assos Assos
|
## Upgrade vs. Update ##
|
2 |
|
|
|
3 |
|
|
Before you continue reading you need to understand the difference between "upgrading" and "updating".
|
4 |
|
|
|
5 |
|
|
"Upgrading" refers to moving from one major release to another.
|
6 |
|
|
E.g. you are moving from Drupal 6 to Drupal 7.
|
7 |
|
|
|
8 |
|
|
"Updating" typically refers to bringing the editor or CKEditor module up to the latest minor version (e.g 7.x-1.0 to 7.x-1.2).
|
9 |
|
|
Updating instructions are available in the README.txt file.
|
10 |
|
|
|
11 |
|
|
## Upgrading the CKEditor module from 6.x to 7.x ##
|
12 |
|
|
|
13 |
|
|
Due to differences between the CKEditor module for Drupal 6 and Drupal 7 there is no way (at least at the moment)
|
14 |
|
|
to upgrade without uninstalling the previous version of the module (and losing the configuration settings stored in the database).
|
15 |
|
|
|
16 |
|
|
# Upgrading #
|
17 |
|
|
|
18 |
|
|
1. Backup the "ckeditor_role" and "ckeditor_settings" tables
|
19 |
|
|
and write down your custom configuration settings stored in the CKEditor profiles.
|
20 |
|
|
2. Disable and uninstall the CKEditor 6.x module.
|
21 |
|
|
3. Make a backup of the "sites/all/modules/ckeditor" folder or at least make sure to make a copy of the "ckeditor.config.js" file.
|
22 |
|
|
4. Delete the contents of the "sites/all/modules/ckeditor" folder.
|
23 |
|
|
5. Follow the README.txt file to install the CKEditor module for Drupal 7.
|
24 |
|
|
6. Adjust CKEditor profiles to your needs.
|
25 |
|
|
7. If you made any changes to "ckeditor.config.js" in Drupal 6, check the default configuration file distributed with the module for Drupal 7 and re-apply the changes.
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
## Migrating from the FCKeditor module ##
|
29 |
|
|
|
30 |
|
|
Please refer to the "Upgrading the CKEditor module from 6.x to 7.x" section. |