https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40163 Andrii Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #18 from Andrii Nugged <nugged@gmail.com> --- this patch breaks for example: .../cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl (when you want to use Tag Editor view one field in Marc editor) with pop-up error: Can't validate the xml data from /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/data/marc21_field_008.xml if I remove the change: -<Tagfield tag="008" xmlns="https://koha-community.org" ... +<Tagfield tag="008" xmlns="http://koha-community.org" ... It becomes to work well. I assume it fails on all other .xml plugins. This already came to 25.05-x branch and also in v25.11.00-2 releaseю -- You are receiving this mail because: You are watching all bug changes.