when I run the gallery with PHP 8.1 the images image_not_exist.jpg, no_hotlinking.jpg and not_authorised.jpg aren't displayed anymore. E.g. for "image not exitst":
<img class="album-link" src="/gallery/image/0/mini" alt="" title="">
What needs to be changed to make them showing with PHP 8.1?
When I switch back to PHP 7.4 these images are shown (see screenshot in the attachment).