https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18473 Bug ID: 18473 Summary: Search broken due to bug in dates handling Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org To reproduce: - Have a clean install: $ SKIP_WEBINSTALLER=1 CREATE_ADMIN_USER=1 vagrant up - Log in - Use the 'Search catalog' tab, search the letter a => FAIL: Internal server error koha-plack-err shows: Template process failed: undef error - The given date (04/01/2017) does not match the date format (iso) at /usr/share/koha/lib/Koha/DateUtils.pm line 152. -- You are receiving this mail because: You are watching all bug changes.