Hello/Hi/Greetings,
When I click on:
https://lnx.sinapsi.org/piwigo/index.ph … nthly-list
I get this warning:
Deprecated
: implode(): Passing glue string after array is deprecated. Swap the parameters in
/web/htdocs/www.sinapsi.org/home/piwigo/include/dblayer/functions_mysqli.inc.php
on line 688
Is it possible to correct or at least hide it?
(Copy here your environment details, found on your Piwigo page [Administration > Tools > Maintenance])
Piwigo 2.10.2 Controllo aggiornamenti
Sistema operativo: Linux
PHP: 7.4.10 (Mostra le informazioni) [2020-11-26 17:29:53]
MySQL: 5.7.26-29-log [2020-11-26 17:29:53]
Libreria grafica: ImageMagick 6.9.10-68
Piwigo URL: https://lnx.sinapsi.org/piwigo/index.ph … nthly-list
Offline
You can suppress Deprecated messages by adding this to your local config (use [extension by Piwigo Team] LocalFiles Editor if you don't know how)
$conf['show_php_errors'] = E_ALL & ~E_DEPRECATED;
Offline
Do you mean this file?
local/config/config.inc.php
Thanks.
Offline