Piwigo / piwigo-smartpocket

2 stars 3 forks source link

PHP 8.1 warnings: Undefined array key "U_PICTURE" and "src_image" #12

Open erAck opened 11 months ago

erAck commented 11 months ago

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

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

plegall commented 5 months ago

@erAck do you still get these errors with version 14.4.0 ?

erAck commented 5 months ago

Yes.