[Koha-bugs] [Bug 14103] Discharge management: Software error on main page after upgrade - Missing dependencies on About page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 05:59:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14103

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|koha-bugs at lists.koha-commun |hector.hecaxmmx at gmail.com
                   |ity.org                     |

--- Comment #4 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 38837
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38837&action=edit
Bug 14103 - Discharge management: Software error on main page after upgrade

If module PDF::FromHTML is set to not required, the software crash in new
installations if the module is ignored. Changing the module to required will
fix it up.
I propose to change the module to required since people without experience on
Koha will become confused.

Test plan
1) Emulate new installation and not install PDF::FromHTML from cpan
2) Run perl koha_perl_deps.pl -u -m and get notice that the module is not
required
3) Run your staff client and opac. The software crash showing us the error page
4) Apply patch
5) Run koha_perl_deps.pl -u -m again and observe that the module has changed to
required
6) Install PDF::FromHTML and get access to staff client and opac, the error
will not be displayed

Sponsored-by: Universidad de El Salvador

Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list