EnglishPages: 1
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...
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 :
$conf['show_exif']='false'; $conf['use_exif']='false';
Offline
Pages: 1