http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14103 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx@gmail.com, | |robin@catalyst.net.nz --- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Marc Véron from comment #0)
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.
The PerlDependencies.pm show only PDF::FromHTML module and is set to don't required. 'PDF::FromHTML' => { 'usage' => 'Discharge generation', 'required' => '0', 'min_ver' => '0.31', }, The other modules are requiered by PDF::FromHTML and indeed the error its launched by mainpage.pl at line 32. This is because the use of Koha::Borrower::Discharge. Maybe Robin can do something to build the packages. Regards -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.