After installing the newest version today (25.05.05-2) on Debian Bookworm, the OPAC site only shows "Internal Server Error". The plack-error.log shows this error message: ``` Template process failed: file error - library_name_title: not found at /usr/share/koha/lib/C4/Templates.pm line 146. ```
I removed the library_name_title field from /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/de-DE/modules/opac-main.tt. It then fails with the next variable: koha_news_block I assume that all variables are missing and something is broken were the variables are handed to the template. However, I'm too unfamiliar with Perl and Koha to quickly provide any additional input.
It seems the code base was not the issue but rather the installation. I was able to solve it, however I don't know which of the 2 steps provided a solution: - editing the OPACLanguages setting (removed de-DE and re-enabled it) - apt install --reinstall koha-community