With PHP 8.1 I get loads of warnings in the php error log
PHP Warning: Undefined array key "U_PICTURE" in _data/templates_c/1djt82t^3aed51a1b8a52e1b85aad15cb290db700f03edb8_0.file.comment_list.tpl.php on line 35
PHP Warning: Undefined array key "src_image" in _data/templates_c/1djt82t^3aed51a1b8a52e1b85aad15cb290db700f03edb8_0.file.comment_list.tpl.php on line 37
With PHP 8.1 I get loads of warnings in the php error log
where the .tpl.php was generated with
$comment.U_PICTURE
at https://github.com/Piwigo/piwigo-smartpocket/blob/7c3bfeab5ca0250fc822c6eb4478db305525b201/template/comment_list.tpl#L5 and$comment.src_image
at https://github.com/Piwigo/piwigo-smartpocket/blob/7c3bfeab5ca0250fc822c6eb4478db305525b201/template/comment_list.tpl#L6