Announcement

#1 2013-03-23 15:37:39

novw
Member
2013-01-06
74

[resolved] anomalies have been detected

Pfff. this is getting to me. I can no longer do a local sync.

The admion page tells me 2 anomalies have been detected.

Code:

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

So, I go to local/config/config.php and make it look like this:

Code:

<?php

/* File does not exist and will be created by LocalFiles Editor */

// Test Niels

$conf['gallery_url'] = 'http://www.kerstdorpen.nl/catalog3';
$conf['show_exif'] = false
$conf['use_exif'] = false
?>

Now piwigo is dead. Blank screen. Nothing more. Now what? How do I use piwigo when its not working?

Offline

 

#2 2013-03-23 15:40:27

novw
Member
2013-01-06
74

Re: [resolved] anomalies have been detected

geez:

adding ' s and ;'s to the config.php at least stops breakign my galery, but the anomalies are still shown, and local syuhnchro is still broke.

Exif extension not available, admin should disable exif use

Last edited by novw (2013-03-23 15:41:54)

Offline

 

#3 2013-03-23 15:49:44

novw
Member
2013-01-06
74

Re: [resolved] anomalies have been detected

dinding:

Code:

$conf['gallery_url'] = 'http://www.kerstdorpen.nl/catalog3';
$conf['show_exif'] = false;
$conf['use_exif'] = false;

fixed. Why on earth does the url require ' around it, and false does not?

Offline

 

#4 2013-03-23 15:49:50

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [resolved] anomalies have been detected

hello

novw wrote:

adding ' s and ;'s to the config.php at least stops breakign my galery, but the anomalies are still shown, and local syuhnchro is still broke.

that's the problem, you wrote :
$conf['show_exif'] = 'false';
$conf['use_exif'] = 'false';

right ?

it's :
$conf['show_exif'] = false;
$conf['use_exif'] = false;

; but no '

Offline

 

#5 2013-03-23 15:50:37

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [resolved] anomalies have been detected

the URL is a string when false is a boolean, so no quotes (it's common to every languages on earth :-) )

Offline

 

#6 2013-03-23 16:09:10

novw
Member
2013-01-06
74

Re: [resolved] anomalies have been detected

mistic100 wrote:

the URL is a string when false is a boolean, so no quotes (it's common to every languages on earth :-) )

You write in riddles! Maybe it is time to create some sort of "stupid user" interface ;) ;)  so numnumbs like me can understand. (nah, the forum works just fine!).

Thanks for your support!

Offline

 

Board footer

Powered by FluxBB

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