Tips On Migrating Drupal image module From 4.5 to 4.6
Recently a client wanted to move their site from 4.5 to 4.6.3. They happen to use the image module. Although they initially said that the images are just "icing on the cake", and that they could repost them, I discovered that they had 500+ images already in many galleries.
I decided to spend some time and try to migrate the images over.
With the 4.6 version, the image module has an update-image.php script that should migrate your old data from the image table to the standard files table of Drupal. Problem is: it did not work. After some debugging, it seemed that it was confused on file locations.
Most Comments
Most commented on articles ...