Announcement

#1 2018-12-22 20:54:15

glenn
Member
Los Angeles
2018-12-22
3

Exif extension not available, admin should disable exif use

Hello!

I've just installed Piwigo! It's very cool and works easily!

But I have this error message on many screens:
"Exif extension not available, admin should disable exif use"

and when you're in image view and click on the Exif Button, you don't get any Exif data.

Is there something I should be configuring, or a plugin I need?

TY!

~ Glenn


Piwigo 2.9.4
Operating system: Linux
PHP: 7.1.25 (Show info) [2018-12-22 19:50:50]
MySQL: 5.5.61-cll [2018-12-22 13:50:50]
Graphics Library: GD bundled (2.1.0 compatible)
Piwigo URL: http://zucman.com/images

Offline

 

#2 2018-12-22 23:24:21

erAck
Only trying to help
2015-09-06
2023

Re: Exif extension not available, admin should disable exif use

Probably you (or your hoster) need to install/enable the PHP exif extension, see https://secure.php.net/manual/en/exif.setup.php


Running Piwigo at https://erack.net/gallery/

Offline

 

#3 2018-12-23 02:24:24

glenn
Member
Los Angeles
2018-12-22
3

Re: Exif extension not available, admin should disable exif use

thanks, erAck!

The techs at Liquid Web installed it for me.

Unfortunately, the error message persists. I had them double check it and they say it's all good to go.

Any idea if there's some other PHP or Piwigo plugin or configuration necessary?

TY!

PS: love your Berlin pix - especially the graffiti and the dogs! :)

Offline

 

#4 2018-12-23 17:31:26

eliz82
Member
Romania
2016-04-27
281

Re: Exif extension not available, admin should disable exif use

glenn wrote:

thanks, erAck!

The techs at Liquid Web installed it for me.

Unfortunately, the error message persists. I had them double check it and they say it's all good to go.

Any idea if there's some other PHP or Piwigo plugin or configuration necessary?

Piwigo uses PHP exif module. this need to be installed on your host, then you need to check if module is activated in PHP.ini, then you need to restart the PHP service.
Then you can check php info or you can make some little php files for tests

Code:

<?php
if (function_exists('exif_read_data')) {
    echo "php exif module is installed";
} else {
    echo "php exif module is NOT installed";
}
?>

and

Code:

<?php
$exif_data = exif_read_data('picture.jpg');
print_r($exif_data);
?>

is everything is fine go to Piwigo administration, Local files editor, search the lines where the exif configuration is.

Offline

 

#5 2018-12-24 16:31:20

glenn
Member
Los Angeles
2018-12-22
3

Re: Exif extension not available, admin should disable exif use

thanks eliz82 & erAck!

I kicked it around with the techs at Liquid Web a few times and we finally got EXIF to work without error messages.

Haha -- although I'm not that crazy about what EXIF data is displayed -- so I guess the next step will be to see how to edit that! :)

Offline

 

#6 2019-01-08 13:34:54

wernfried
Member
2012-01-21
84

Re: Exif extension not available, admin should disable exif use

The standard tool to read or modify EXIF data is the exfitool: https://owl.phy.queensu.ca/~phil/exiftool/

I don't think it will be possible to modify EXIF via Piwigo.

Offline

 

#7 2019-01-09 15:47:40

flop25
Piwigo Team
2006-07-06
7037

Re: Exif extension not available, admin should disable exif use

no but there are plugins to improve the way Piwigo is displaying them


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

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