https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37947 Manfred R. <quersumme@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |quersumme@web.de --- Comment #11 from Manfred R. <quersumme@web.de> --- The following is regarding my standard KOHA installation (according to http://wiki.koha-community.org/wiki/Debian) under Ubuntu Server 24.x with Apache 2. My successfully tested workaround makes use of the apache "substitute" module: - Edit /etc/apache2/sites-available/<koha-instance name>.conf - In the "intranet" virtualhost section, add the following two lines: SetOutputFilter SUBSTITUTE Substitute 's|frameworkcode=Default|frameworkcode=|nq' - sudo a2enmod substitute - sudo systemctl restart apache2 -- You are receiving this mail because: You are watching all bug changes.