On this page
Upgrading Image Module from Drupal 5 to Drupal 6
There have been some issues surrounding the upgrade path for the image module from Drupal 5 to Drupal 6.
In order to successfully upgrade, you need to:
Prepare Your Drupal 5 Install
- backup your database
- upgrade to the latest image 5.x.-1.x module
- then upgrade to the latest image 5.x-2.x module
Upgrade to Drupal 6
- backup your database
- follow the Drupal 5 to Drupal 6 upgrade instructions
- upload and install the latest image 6.x-1.x version of the image module (or other appropriate release)
- run update.php
- that should do it
Why
The key here is a code structure change in the image module in version 2.x that is important to update prior to your upgrade to Drupal 6.
Note
At the moment, the image module is in alpha and you must always be careful when dealing with alpha code. The current alpha is fairly stable but you should always, always, test the module prior to using it on a live production site. If you have any problems, please document any errors you receive and review the open issues list for the image module. If you do not find any immediate solution, post a support request with as much description as possible.
References
http://drupal.org/node/219808#comment-811682
http://drupal.org/node/219808#comment-1011071
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion