Announcement

#1 2015-02-02 23:03:49

BigWapo
Member
2015-02-02
7

2 Anomaly's.

Hello/Hi/Greetings,

Here's my question:

I have two anomalies showing at the bottom of my screen in the administration field.

$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 information

$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 information

in the local/config/config.inc.php file, there is this:

<?php

/* The file does not exist until some information is entered
below. Once information is entered and saved, the file will be created. */

?>

Not sure what information is required, as I am new to this sort of board, and I don't have experience in HTML or scripting.

Where do I put the information, and in what form must it be added? Can you quote the entire thing for me, and should I remove all text including <?php    ?> before adding it?

Thanx in advance

BigWapo

Piwigo version: 2.7.3
PHP version: 5.3.29
MySQL version: 5.5.31
Piwigo URL: http://TheBigWapos Gallery

Offline

 

#2 2015-02-03 16:31:27

flop25
Piwigo Team
2006-07-06
7037

Re: 2 Anomaly's.


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2015-02-03 21:58:17

BigWapo
Member
2015-02-02
7

Re: 2 Anomaly's.

As I told you, I have no ability to write or understand coding of any sort. I tried to follow the instructions given...but as there was no example like the error/anomaly in the link you gave. I am unable to get it to work. Hence the reason I asked you for assistance!

I tried:

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

It worked and saved the settings, but unfortunately I still see the 2 anomalies message at the bottom of the admin page.

Offline

 

#4 2015-02-03 22:04:03

flop25
Piwigo Team
2006-07-06
7037

Re: 2 Anomaly's.

can't you see the diff between
$conf['NAME OF THE VARIABLE'] = VALUE_OF_THE_VARIABLE;
and
$config ['NAME OF THE VARIABLE'] = VALUE_OF_THE_VARIABLE;
?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2015-02-04 06:47:56

BigWapo
Member
2015-02-02
7

Re: 2 Anomaly's.

Did you read my post? 
As I stated in it, I successfully added the lines.  However the messages about the 2 anomalies are still showing up in the admin section.
How do I remove the messages?

Last edited by BigWapo (2015-02-04 06:48:52)

Offline

 

#6 2015-02-04 09:26:28

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

Re: 2 Anomaly's.

The one you don't read here is you.

$conf and $config is not the same thing, don't need to be a programmer to understand that

so the complete config file is

Code:

<?php

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

Offline

 

#7 2015-02-04 10:28:45

BigWapo
Member
2015-02-02
7

Re: 2 Anomaly's.

Thank you for the assistance, mate.

Offline

 

Board footer

Powered by FluxBB

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