Bonjour,
Dans mon log apache, j'ai cette erreur qui revient très souvent :
[Tue Jun 08 19:21:13.670955 2021] [proxy_fcgi:error] [pid 1938:tid 139830679811840] [client 172.69.70.114:43102] AH01071: Got error 'PHP message: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/zozio.jp/httpdocs/modules/ps_facetedsearch/src/Filters/DataAccessor.php on line 128'
Dans le fichier en question, voici la ligne du foreach :
foreach ($tempAttributesGroup as $key => $attributeGroup) {
$this->attributesGroup[$idLang][$attributeGroup['id_attribute_group']] = $attributeGroup;}
Quelqu'un a-t-il déjà rencontré cette erreur svp ?