Hello,
I have just updated to Piwigo 16.1.0 and I am seeing, 'Some Checksums missing' on the synchronise page. If I click the 'Some Checksums missing' I see this error:
Fatal error: Uncaught --> Smarty: Unable to load 'file:themes/default/template/help/quick_search.tpl' in 'file:include/batch_manager_filter.inc.tpl' <-- thrown in /app/www/public/include/smarty/src/Template.php on line 159
I am running this undr Docker compose and pulled the image from linuxserver.io. If I check in the container this file is missing.
Piwigo 16.1.0 Check for upgrade
Installed on 7 February 2025, 10 months 1 week 3 days ago
Operating system: Linux (container)
PHP: 8.3.19 (Show info) [2025-12-18 08:59:47]
MySQL: 9.5.0 [2025-12-18 08:59:47]
Graphics Library: External ImageMagick 7.1.1-41
Cache size 1.66 Mo calculated 14 hours ago Refresh
Activated plugin list 4
Admin Tools
LocalFiles Editor
Rotate Image
VideoJS
Piwigo URL: Only on local network.
It was working fine before I did the update. Any suggestions on how to troubleshoot this most welcome.
Regards
RogerA
Offline
Hi,
Decided to copy the missing file into the container and its now working fine. I will get in touch with linuxserver.io and let them know they have a problem with 16.1.
Regards
RogerA
Offline
RogerA wrote:
Hi,
Decided to copy the missing file into the container and its now working fine. I will get in touch with linuxserver.io and let them know they have a problem with 16.1.
Regards
RogerA
In my Docker container I have the same issue and I suspect that the problem is simply the package.
Linuxserver.io version: 16.1.0-ls325
Build-date: 2025-12-20T15:33:04+00:00
2025/12/22 18:07:58 [error] 333#333: *851 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught --> Smarty: Unable to load 'file:themes/default/template/help/quick_search.tpl' in 'file:include/batch_manager_filter.inc.tpl' <--
thrown in /app/www/public/include/smarty/src/Template.php on line 159" while reading response header from upstream, client: 192.168.48.2, server: _, request: "GET /admin.php?page=batch_manager&filter=tag-41 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: ... referrer: ".../admin.php?page=tags"
Piwigo Version 16.1 (updated today) with docker pull.
The whole "help" folder is missing:
$ docker exec d3eee88eae3c ls /app/www/public/themes/default/template/help/
ls: cannot access '/app/www/public/themes/default/template/help/': No such file or directory
$ docker exec d3eee88eae3c ls /app/www/public/themes/default/template/
about.tpl
comment_list.tpl
comments.tpl
footer.tpl
header.tpl
identification.tpl
include
index.tpl
infos_errors.tpl
mainpage_categories.tpl
menubar.tpl
menubar_categories.tpl
menubar_identification.tpl
menubar_links.tpl
menubar_menu.tpl
menubar_related_categories.tpl
menubar_specials.tpl
menubar_tags.tpl
month_calendar.tpl
navigation_bar.tpl
nbm.tpl
no_photo_yet.tpl
notification.tpl
password.tpl
picture.tpl
picture_content.tpl
picture_nav_buttons.tpl
popuphelp.tpl
profile.tpl
profile_content.tpl
redirect.tpl
register.tpl
search.tpl
search_rules.tpl
slideshow.tpl
tags.tpl
thumbnails.tpl
But also by using tags:
2025/12/22 18:28:01 [error] 335#335: *865 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught --> Smarty: Unable to load 'file:include/selected_tags.inc.tpl' <--
thrown in /app/www/public/include/smarty/src/Template.php on line 159" while reading response header from upstream, client: 192.168.48.2, server: _, request: "GET /index.php?/tags/73-abc HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "...", referrer: ...
Thanks for advise!
Last edited by Iandme (2025-12-22 18:31:02)
Offline
from where I can get this file and which location to copy?
I would say get the zip vrom https://de.piwigo.org/download/dlcounte … ode=latest and copy the content of the folder themes/default/template/ to /PATH/TO/PIWIGO/themes/default/template/.
in docker:
docker cp -r piwigo/themes/default/template docker_container_name:/app/www/public/themes/default/
Last edited by Iandme (2025-12-23 18:06:41)
Offline
Hi,
We recommend you use the official piwigo docker image.
You can follow the install guide here : https://piwigo.org/guides/install/docker
If you need to modify any file in the official piwigo image you can find the whole piwigo install folder in piwigo-data/piwigo
Offline