https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41601
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the PDF export release notes| |for basket groups when the | |Debian or Ubuntu operating | |system is using a version | |of the API2::PDF Perl | |module that is less than | |version 2.042 (includes | |Debian 11). | | | |An error was generated when | |using the "Export as PDF" | |action for basket groups: | | | |Can't locate object method | |"to_string" via package | |"PDF::API2" at | |/usr/share/koha/lib/Koha/pd | |fformat/layout2pagesde.pm | |line 250. | | | | | |(This is related to Bug | |38516 - Closed group basket | |not able to open PDF file | |with Adobe - The root | |object is missing or | |invalid, which is in Koha | |25.11.00, 25.05.06, and | |24.11.11.) --- Comment #5 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Current main uses Debian 12 (Bookworm) and has PDF::API2 2.044, so you can't reproduce the error. 2. To test with a Debian version that has API2::PDF less than 2.042, start up KTD with Debian 11 (Bullseye) (Debian 11 has 2.038 of the Perl module): . Change your .env file to: KOHA_IMAGE-main-bullseye . ktd pull . ktd up -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
