Piwigo.org

You are not logged in. (Register / Login)

Announcement

#1 2012-08-14 09:39:39

BeingTutor
Guest

Integrity Check Anamoly Correction Problem

Integrity check

               
Anomaly :- $conf['show_exif'] value is incorrect because exif are not supported    
Correction:- $conf['show_exif'] must be set to false in your local/config/config.inc.php file
       
Anomaly :- $conf['use_exif'] value is incorrect because exif are not supported    
Correction:- $conf['use_exif'] must be set to false in your local/config/config.inc.php file
       

I just Installed it on my hosting server. I got these two problem. How to recover from it.

Thanks in Advance...

#2 2012-08-14 12:51:36

Eric
Piwigo Team
Location: VALENCE (FR)
Registered: 2005-03-25
Posts: 1668
Website

Re: Integrity Check Anamoly Correction Problem

Hi BeingTutor,

Anomaly :- $conf['show_exif'] value is incorrect because exif are not supported
Correction:- $conf['show_exif'] must be set to false in your local/config/config.inc.php file
       
Anomaly :- $conf['use_exif'] value is incorrect because exif are not supported   
Correction:- $conf['use_exif'] must be set to false in your local/config/config.inc.php file

All you have to do was told to you : Activate LocalFile Editor plugin and add this two lines and save :

Code:

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

Offline

Board footer

Powered by FluxBB

About this website · Donate · Contact Piwigo project © 2002-2013