I've just tried upgrading my Drupal 6 site to Drupal 7 and the exif module does not appear to work.

I've migrated (using the cck migration module) four fields that worked in Drupal 6 for photos camera shutter speed, iso, aperture and camera model. These have migrated into the site as field_exif_exposuretime field_exif_fnumber field_exif_isospeedratings etc.

When a create a new node with the image attached, I'm not getting any exif data passed into these fields. They are also visible on the form and were hidden in the Drupal 6 version.

The readme.txt file appears to apply to the Drupal 6 version of this module too.

Comments

jphautin’s picture

Assigned: Unassigned » jphautin

Hello,

To be honest, I never try to migrate from D6 to D7. At first, The module has been updated to use field API of D7 using the same principle as the D6/CCK version but it as evolved to support more things (taxonomy, several images by node, media module integration, date module integration) that probably broke the compatibility (a field is linked to an image field in D7, this is not the case in D6 by example).

I also do not check what the cck migration module is doing so I do not known what is not missing to make it work.

This is a major issue but I will not be able to fixe it quickly.

DamienMcKenna’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)