Bonjour
J'ai installé/activé le plugin Polaroid et le résultat est bluffant ... et tout semble bien fonctionner sauf que j'ai des messages d'erreurs affichés (warning) ... ce qui n'est pas top
Warning: Illegal string offset 'apply_to_albums' in /home/wingobejbd/www/www.ecole-saint-albert.be/ESA-Galeries/plugins/polaroid/main.inc.php on line 46
Warning: Cannot modify header information - headers already sent by (output started at /home/wingobejbd/www/www.ecole-saint-albert.be/ESA-Galeries/plugins/polaroid/main.inc.php:46) in /home/wingobejbd/www/www.ecole-saint-albert.be/ESA-Galeries/include/page_header.php on line 86
Que faire ? Comment solutionner ce problème ou comment masquer les erreurs de type "warning"
Merci pour votre aide
Eugène
Version de Piwigo: 2.10
Hors ligne
En attendant une possible solution j'ai commenté ceci dans dans "main.inc.php"
/*
if ($conf['polaroid']['apply_to_albums'] == 'list')
{
if (!isset($page['category']))
{
return;
}
if (!$page['category']['polaroid_active'])
{
return;
}
}
*/
Le problème a disparu et tout semble bien fonctionner ! mais bon c'est un pis aller
Hors ligne