🌍
English
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:
$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
$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