Announcement

#1 2015-03-11 05:08:44

timned88
Member
2015-03-11
13

EXIF not showing

Hello/Hi/Greetings,

i just installed piwigo yesterday and for some reason the EXIF data is not displaying on my photos.  I had to create a custom file with
$conf['show_exif'] = false;  AND
$conf['use_exif'] = false;

to clear up two admin homepage errors but cannot get any EXIF to show on the photos even though I know its attached to the photo itself.  Can someone please help?

Piwigo version:  2.7.4
PHP version:   5.4.37
MySQL version: 5.6.23
Piwigo URL: http://www.themagicinpixels.com/photo-gallery

Last edited by timned88 (2015-03-11 05:09:01)

Offline

 

#2 2015-03-11 09:12:21

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: EXIF not showing

Lets play a game: what do you think this means ?

Code:

$conf['show_exif'] = false;
$conf['use_exif'] = false;

well it means DO NOT show EXIF and DO NOT use EXIF

so yeah you removed the admin warnings by telling Piwigo you don't want to use EXIF....

----

if you want to use EXIF you must enable the PHP EXIF module, or ask your host to do so (and of course remove this $conf)

Offline

 

#3 2015-03-12 02:41:41

timned88
Member
2015-03-11
13

Re: EXIF not showing

mistic100 wrote:

Lets play a game: what do you think this means ?

Code:

$conf['show_exif'] = false;
$conf['use_exif'] = false;

well it means DO NOT show EXIF and DO NOT use EXIF

so yeah you removed the admin warnings by telling Piwigo you don't want to use EXIF....

----

if you want to use EXIF you must enable the PHP EXIF module, or ask your host to do so (and of course remove this $conf)

ok, so i backed out the above code and now i get the following 2 anamolies errors (and no exif on the photos):
$conf['show_exif'] value is incorrect because exif are not supported     $conf['show_exif'] must be set to false in your local/config/config.inc.php file
Go to the forum or the wiki for more information

$conf['use_exif'] value is incorrect because exif are not supported     $conf['use_exif'] must be set to false in your local/config/config.inc.php file
Go to the forum or the wiki for more information

on my old gallery3 installation, exif worked just fine and displayed the data.  where do i check next?

here is the complete text of my local config file:

Code:

<?php

/* The file does not exist until some information is entered 
below. Once information is entered and saved, the file will be created. */

$conf['show_exif'] = true;
$conf['use_exif'] = true;    

$conf['show_exif_fields'] = array(
  'Model',
  'DateTimeOriginal',
  'FNumber',
  //  'ExposureBiasValue',
  'ExposureTime',
  // 'Flash',
  'ISOSpeedRatings',
  // 'UndefinedTag:0xA434',
  // 'FocalLength',
  //'FocalLengthIn35mmFilm',
  //'SubjectDistance',
  //'WhiteBalance',
  //'ExposureMode',
  //'MeteringMode',
  //'ExposureProgram',
  //'LightSource',
  //'Contrast',
  //'Saturation',
  //'Sharpness',
  //'PropertyTagArtist',
  //'Copyright',
  //'Artist',
  );


?>

Last edited by timned88 (2015-03-12 02:50:26)

Offline

 

#4 2015-03-12 04:21:46

Bigste
Guest

Re: EXIF not showing

Hi !
just have a look in the forum here : http://piwigo.org/forum/viewtopic.php?p … 96#p158196
and here : http://andreiphotos.blogspot.ca/p/using … iwigo.html

Have a nice day :)

Last edited by mistic100 (2015-03-12 11:37:00)

 

#5 2015-03-12 11:38:36

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: EXIF not showing

mistic100 wrote:

...or ask your host to do so ...

I guess Gallery uses an external library, Piwigo uses PHP EXIF module

@Bigste this is about IPTC...

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact