So, I took a clean install of Drupal 5.1, added the Image module (including the PEL library) and the Exif module. I enabled both, and I can upload images perfectly, they nicely show up as a node. Arrived at this point I think I'm missing some fundamental concept of Drupal: how do I get the Exif information displayed and where is it supposed to show?

Comments

David Lesieur’s picture

Have you been to the Administer > Site configuration > Exif settings page to select what Exif information to display?

toniw’s picture

Yes, by default some fields are already checked, but any change I make there does not seem to have any effect. Should the chosen fields be displayed within the image node without me changing anything in the node itself?

David Lesieur’s picture

Normally, the fields that have been enabled in the administration settings are automatically appended to the node's body.

Make sure that:

  • PEL is properly installed. For example, the original directory ("pel-0.9.1") must be renamed as simply "pel" and placed into the Exif module's directory. If PEL is not properly installed you should get error messages, but your PHP configuration might be set for not showing errors or warnings.
  • You are viewing the full node, and not only the teaser. Exif data appears only in the full node.
  • Your image file actually has Exif data. :-) With actual data in those Exif tags you wish to display.
  • Your theme is not somehow messing too much with the node display. This is unlikely, but just in case, try with Drupal's default theme (Garland).
toniw’s picture

Yup, PEL is installed, I'm viewing the full node, the images do have Exif data, and I am using the default theme. Like I said, it's a standard Drupal 5.1 install, with only the Image-module and the Exif-module installed. Might I be missing some access/security settings somewhere?
I will PM you the url and adminpwd. I would be very grateful if you could take a brief peek at what I am missing here...

Sivert Almvik’s picture

Got the same problem here. What was the outcome of this thread? =)
--
Sivert Almvik

zigzog’s picture

well... i've the same same problem :)
i'm sure having exif data (i control it with acdsee)
module is activated without any error message (i add pel)
even when i active default theme

please, help us ! ;)

David Lesieur’s picture

Towee sent me the access info for his site. I'll have a look at it and try to find what's going on!

David Lesieur’s picture

I have just committed a small change to the module that should fix this problem. This has been included in the new Exif 1.0 release.

Towee helped a lot solving this problem by setting up a test site that reproduced the bug, and granting me admin access. Thanks!

toniw’s picture

Thanks David, I dropped in the new version of the module and now the Exif-tags are displayed ok!

Sivert Almvik’s picture

and everything seems to function as intended.

Sivert.
--

Tim99’s picture

My exif information is properly set. Now I want to sort the images by creation date. How would you proceed to achieve that?