SPIP 4.1.1 / PHP 8.1 : atomrss.php - Deprecated: trim(): Passing null to parameter #1 ($string) of type string
Bonjour,
Sous SPIP 4.1.1 et PHP 8.1, je constate le message suivant :
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in
...\plugins-dist\sites\syndic\atomrss.php on line 363
La ligne en question (sites\syndic\atomrss.php on line 363) applique un trim (qui attend un paramètre de type string) sur la fonction extraire_attribut qui peut retourner null dans certains cas :
if ($lang = trim(extraire_attribut($item, 'xml:lang'))) {
Cordialement Equipement