Exif not working Exif not working
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Exif not working

Started by ntgod, December 06, 2003, 02:02:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ntgod

I have tried everyting to get exif to work with the php intergration.  When I run the standalone version it works exactly the way that I want it to work. :lol:   But when I use the php version even 1.2.1 (RC5) it doesn't show any information.  Am I missing something or doing some thing wrong.  I have even matched the config information between both of them.  Can anyone shed any light on this.  It is driving me insane. :evil:


eolica

Only result I get is that "Read EXIF again" is not shown anymore
Sesto Avolio

gtroll

Try changing displayimage.php ~ line 278 $path_to_pic = $CONFIG['fullpath'] . $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];
to:$path_to_pic = $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];

eolica

Combined answer (also to topic: http://forum.coppermine-gallery.net/index.php?topic=2213 )

Now I see Album name, EXIF and IPTC data  :D
Sesto Avolio

ntgod

This work just like I wanted it to.

Thank You. :lol: