It seems I can't upgrade to drupal 7 from the drupal 6 module without fatal errors... so I had to uninstalled the module, and reinstalled it fresh...and now it works.. but I have to recreate image cache styles and also it loses all focus data on image fields too. I see now it has a separated table in drupal 7 instead of recording the coordinates on the imagefield. My question, is there an upgrading path to maintain the coordinates on imagefields?
Comments
Comment #1
manuel.adanAny ideas? There is no upgrade script in install file, so table imagefield_focus_file is missing at all when upgrading from D6.
Comment #2
beanjammin commentedIt doesn't look like any attempt has been made to migrate data from D6 to D7, and like arcovia reported the imagefield_focus_file table isn't created. The table needs to be created manually and then data recreated and/or migrated outside of the usual module upgrade process.
Comment #3
nasi commentedHas there been any work done on an upgrade process since #2? I am upgrading a site now and running across the same problem. Even if no update code has been added to the module, a manual step-by-step would be really helpful!
Comment #4
avpadernoI am closing this issue, since Drupal 6 is now not supported.