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

manuel.adan’s picture

Any ideas? There is no upgrade script in install file, so table imagefield_focus_file is missing at all when upgrading from D6.

beanjammin’s picture

Issue summary: View changes

It 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.

nasi’s picture

Has 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!

avpaderno’s picture

Status: Active » Closed (outdated)

I am closing this issue, since Drupal 6 is now not supported.