[Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 3 15:16:35 CEST 2016


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |blocker

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
The root case is a change in dt_from_string:

$date_format = C4::Context->preference('dateformat') unless $date_format;

This line means that if the caller does not pass a format, the native preferred
format is assumed. When not logged in, $date_format will be empty and cause an
error. There are also many calls to dt_from_string where no format is passed
which will cause other errors.

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


More information about the Koha-bugs mailing list