forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: ntgod on December 06, 2003, 02:02:17 am

Title: Exif not working
Post by: ntgod on December 06, 2003, 02:02:17 am
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:
Title: Exif not working
Post by: gtroll on December 06, 2003, 05:51:49 am
Do the bug fix sticky and tell me if it works then...
http://forum.coppermine-gallery.net/index.php?topic=2205
Title: Exif not working
Post by: eolica on December 06, 2003, 11:16:18 am
Only result I get is that "Read EXIF again" is not shown anymore
Title: EXIF Support
Post by: gtroll on December 06, 2003, 11:24:53 am
Try changing displayimage.php ~ line 278
Code: [Select]
$path_to_pic = $CONFIG['fullpath'] . $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];
to:
Code: [Select]
$path_to_pic = $CURRENT_PIC_DATA['filepath'] . $CURRENT_PIC_DATA['filename'];
Title: Exif not working
Post by: eolica on December 06, 2003, 11:34:36 am
Combined answer (also to topic: http://forum.coppermine-gallery.net/index.php?topic=2213 )

Now I see Album name, EXIF and IPTC data  :D
Title: Exif not working
Post by: ntgod on December 06, 2003, 02:18:11 pm
This work just like I wanted it to.

Thank You. :lol: