https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241
--- Comment #9 from Chris Nighswonger <[email protected]> --- Re-tested the export path on current main in koha-testing-docker (PDF::Reuse 0.39 and 0.43): batch and selected label exports produce valid PDFs across BAR/BIBBAR printing types, consistent with Katrin<0x27>s comment 2. Of the three symptoms reported here, two now have identified homes: - The Error 500 on partial-batch export was Bug 34157, RESOLVED FIXED (per comments 5-7; Heather confirmed her case). - Zero-byte / missing-content exports track Bug 28806, where I have just posted a reproduction with mechanism: items with NULL homebranch (or otherwise failing _get_label_item()<0x27>s inner joins) silently lose their text content, and any die after the CGI header is sent streams a zero-byte download with the error visible only in the plack log. That leaves the "completely jumbled" full-batch output as the only symptom not yet accounted for; it has not been reproducible on maintained versions and no configuration details were provided. Suggest anyone still seeing this on a supported release (24.05+) check their items for NULL homebranch values first (see 28806), and if the problem persists, attach the layout/template settings and an uncompressed PDF. (Tested with AI assistance in koha-testing-docker.) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
