Announcement

#1 2005-04-08 02:53:45

erik
Guest

"Exif extension not available, admin should disable exif use"

I tried experimenting with metadata now... but I am told "Exif extension not available, admin should disable exif use".  Does thiis mean Exif if not installed on my webhost?  If that's the case, is there any way to manually point to a local binary of Exif?  Menalto Gallery allows for this, but I couldn't find anything like that in PHPWebGallery, but maybe I don't know where to look?

 

#2 2005-04-10 22:39:58

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

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

If Menalto is able to do it, PhpWebGallery should also be able to :-) (in theory). Can you open a feature request on the bug tracker ?

Offline

 

#3 2005-05-23 17:55:27

erik
Guest

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

I'd add this to the bug tracker, but I can't seem to sucessfully log into it.  It never accepts my password, and when I try to reset it, it always tells me "This account is protected. You are not allowed to access this until the account protection is lifted."

 

#4 2005-06-02 23:22:31

AVTM82
Guest

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

I have exactly the same problem (I let a post here in the french forum) But, because exif is not very important I "laisse tomber" .  May be, it is because exif function of php is not activated on my server ?

 

#5 2005-06-06 12:22:42

AVTM82
Guest

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

The cause was... the MySQL version.
I change from version 3.23.58 to 4.1.12 and it is OK now !
Thank you very much for your answers

 

#6 2005-07-11 11:49:46

Eric B
Member
2003-10-02
90

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

You succeded to see the exif data with the Menalto Gallery on your server?
If not or if this gallery do not use default php exif funtions, check if Exif PHP extension is enabled on you server (on the phpinfo)

I had the same message on my computer, I activated Exif in the php extensions, and now, it works

Last edited by Eric B (2005-07-11 11:50:28)

Offline

 

#7 2010-05-25 19:30:04

Russell
Guest

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

I get "Exif extension not available, admin should disable exif use"
Instructions are not helpful. Config file not where it's supposed to be in 2.1. In fact. 2.1 has many config files, but none appear to refer to the exif.

Can anyone suggest where one goes to turn off exif in 2.1?

Thanks.

 

#8 2010-05-25 19:35:48

Russell
Guest

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

The answer:
config_default.inc.php in /include

 

#9 2010-05-26 02:00:29

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

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

Russell wrote:

The answer:
config_default.inc.php in /include

No. Don't modify this file, it will certainly be overwritten on next upgrade.

In your local/config/config.inc.php, adds:

Code:

<?php
$conf['use_exif'] = false;
$conf['show_exif'] = false;
?>

Offline

 

#10 2011-02-15 18:35:12

Ian
Guest

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

Look, I'm new to all this PHP stuff. I keep getting the above message and, obviously, my exif data is not uploading so the calendar feature doesn't work.

I've read all the advice on here plus others and would be delighted to carry it out but when I go onto my web host I can find neither an .INI or a CONFIG file. Where are they to be found? I assumed in the php folder but I've searched everywhere.

I've also searched through all the available php extensions available to install but there's no mention of EXIF anywhere. In fact I can't even find a "local" directory - I'm used to that being on my computer or indeed a php info file

Grateful for any help.

Ian

 

#11 2011-02-15 20:51:13

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

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

Ian wrote:

I've also searched through all the available php extensions available to install but there's no mention of EXIF anywhere. In fact I can't even find a "local" directory - I'm used to that being on my computer or indeed a php info file

Which version of Piwigo you used?


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#12 2011-02-25 19:00:45

Ian
Guest

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

Thanks for reply. It's Piwigo 2.1.6

Ian

 

#13 2011-02-27 17:45:05

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

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

Ian wrote:

Thanks for reply. It's Piwigo 2.1.6

Ian

1) install/activate [extension by Piwigo Team] LocalFiles Editor from screen [Administration > Plugins > Manage]

2) open [Administration > Plugins > LocalFiles Editor > Local config] and paste the following code:

Code:

<?php
$conf['show_exif']=false;
$conf['use_exif']=false;
 ?>

You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#14 2014-01-06 23:33:59

fxrsoul
Guest

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

many thanks that fixed the problem.

 

Board footer

Powered by FluxBB

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