Please can you advise as to the upgrade procedure from Image 5 to Image 6 module, when upgrading from Drupal 5 to Drupal 6?

Problem I had with the dev version is that all my galleries were wiped.

thanks
Mark

Comments

nancydru’s picture

+1

markmason7’s picture

I'm sorry I don't understand what "+1" means.

thanks

a little later...
I am a very new newbie, thanks for the explanation of "me too" Nancy

andromeda’s picture

I have the same problem upgrading from 5.7 to 6.2 (image-5.x-1.8 to image-6.x-1.0-alpha1).

Specifically during the upgrade process I get 2 errors:

* Failed: INSERT INTO {image} SELECT DISTINCT f.nid, f.fid, f.filename FROM {files} f INNER JOIN {node} n ON f.nid = n.nid WHERE n.type='image' AND f.filename IN ('_original', 'thumbnail', 'preview')
* Failed: DELETE FROM {file_revisions} WHERE EXISTS (SELECT * FROM {image} WHERE {image}.fid = {file_revisions}.fid)

as far as I investigate and can understand:
- field files.nid doesn't exist anymore in version 6;
- table file_revisions has been renamed into upload in version 6;

but I'm not sure what to modify.

Any help appreciated !

Edit:
Sorry, only after posting I found and read http://drupal.org/node/219808 where the same problem and a possible solution (to whom I'll give a try) was better explained !

AaronCollier’s picture

Status: Active » Closed (duplicate)