Closed (duplicate)
Project:
Image
Version:
6.x-1.0-alpha1
Component:
documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 16:04 UTC
Updated:
24 Apr 2008 at 08:52 UTC
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
Comment #1
nancydru+1
Comment #2
markmason7 commentedI'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
Comment #3
andromeda commentedI 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 !
Comment #4
AaronCollier commentedIt seems like a duplicate of #219808: Fixed still big questions unanswered ????