Exif not working Exif not working
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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: