https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker --- Comment #4 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
