[Koha-bugs] [Bug 15719] Silence warning in C4/Language.pm during web install

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 8 17:40:46 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15719

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47534|0                           |1
        is obsolete|                            |

--- Comment #4 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 47745
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47745&action=edit
Bug 15719: Silence warning in C4/Language.pm during web install

This problem was discovered the hard way:
- Drop DB
- Create DB
- Webinstaller run until the screen is:
We are ready to do some basic configuration.
Please install basic configuration settings to continue the installation.
-- The error log file will end with an error about splitting
   an uninitialized value.

TEST PLAN
---------
0) First patch already applied
1) prove -v t/Languages.t
   -- success, but warn prints
2) Apply this patch
3) prove -v t/Languages.t
   -- success without warning messages
4) run koha qa test tools

Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
Works as described. QA test tools run OK

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


More information about the Koha-bugs mailing list