http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14103 Bug ID: 14103 Summary: Discharge management: Software error on main page after upgrade - Missing dependencies on About page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com After the upgrade to 3.19.00.035 the mainpage of the cgi-bin/koha/mainpage.pl -> Software error: Can't locate PDF/FromHTML.pm in @INC However, other pages are available, e.g. cgi-bin/koha/circ/circulation-home.pl There were missing dependencies, see comment on Bug 8007 * libhtml-tidy-perl * libgraphics-colornames-perl * libpdf-fromhtml-perl (build needed) * libpdf-writer-perl (build needed) However, the depenencies are not listed on the About page (Perl modules). The crash on mainpage.pl occurs because does use Koha::Borrower::Discharge Maybe this could be handled more gracefully if the dependencies are not installed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.