#1 2012-09-06 12:45:15

geoffschultz
Member
Marlborough, MA, USA
2012-07-01
159

$conf['order_by'] -> $conf['order_by_custom']

Today I went into Administration/Configuration/Options and saw the following warning banner:

You have specified $conf['order_by'] in your local configuration file, this parameter in deprecated, please remove it or rename it into $conf['order_by_custom'] !

I edited my local config file with the following:

Code:

$conf['order_by_custom'] = ' ORDER BY file ASC ';
$conf['order_by_inside_category'] = $conf['order_by_custom'];

but the message still appears.  Is there something else that I need to do?

-- Geoff

Offline

 

#2 2012-09-06 12:47:55

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

Re: $conf['order_by'] -> $conf['order_by_custom']

Code:

$conf['order_by_inside_category_custom'] = $conf['order_by_custom'];

:)

anyway, this configuration (file ASC) is available on the configuration screen, I think you should completely remove this parameter and use the GUI instead

Offline

 

Board footer

Powered by FluxBB

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