Announcement

#1 2009-12-11 03:19:54

LadyFirst
Member
Da Nang city
2009-12-09
27

[resolved] "2 anomalies have been detected" but i dont know how to fix it

Check integrity

$conf['show_exif'] value is not correct file because exif are not supported      
$conf['show_exif'] must be to set to false in your config_local.inc.php file
Go to the forum or the wiki for more informations



$conf['use_exif'] value is not correct file because exif are not supported    
$conf['use_exif'] must be to set to false in your config_local.inc.php file
Go to the forum or the wiki for more informations

This's config_local.inc.php file

<?php
// this file is provided as an example. It does not modify the configuration
// as long as it remains in "tools" directory. Move it to "include"

// directory if you want to modify default configuration.

$conf['prefix_thumbnail'] = 'thumb_';
$conf['show_gt'] = false;

?>


How to fix it ? , i cant "Quick Local Synchronization" because of "Exif extension not available, admin should disable exif use"

Thanks

Last edited by LadyFirst (2010-11-06 04:46:07)

Offline

 

#2 2009-12-11 06:55:00

LadyFirst
Member
Da Nang city
2009-12-09
27

Re: [resolved] "2 anomalies have been detected" but i dont know how to fix it

I fixed it myself ^^

copy config_local.inc.php from "tools" to "include"

change file

<?php
// this file is provided as an example. It does not modify the configuration
// as long as it remains in "tools" directory. Move it to "include"
// directory if you want to modify default configuration.
$conf['prefix_thumbnail'] = 'thumb_';
$conf['show_gt'] = true;
$conf['show_exif'] = false;
$conf['use_exif'] = false;


?>

Refresh and "Quick Local Synchronization" ^^

Last edited by LadyFirst (2010-10-10 05:26:14)

Offline

 

#3 2009-12-11 07:41:40

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: [resolved] "2 anomalies have been detected" but i dont know how to fix it

[extension by Piwigo Team] LocalFiles Editor
Could better help you than the sample in the tools dir.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

Board footer

Powered by FluxBB

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