https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718
--- Comment #20 from Jonathan Druart <[email protected]> --- (In reply to Owen Leonard from comment #14) Thanks a lot, Owen, you are awesome! :) > More notes after having gone through almost everything and tested the basics: > > - lateorders.pl: > Can't locate object method "ymd" via package "2010-07-02" (perhaps you > forgot to load "2010-07-02"?) at /usr/share/perl5/DateTime/Format/MySQL.pm > line 100 > > - circulation.pl > Template process failed: undef error - The given date (01.06.2022 11:59 > PM) does not match the date format (iso) at > /kohadevbox/koha/Koha/DateUtils.pm line 205. > at /kohadevbox/koha/C4/Templates.pm line 127 > > The above error occurred when checking out and specifying a date in the past. > > - overdues.pl The date in the heading is formatted incorrectly: "1 Item > overdue as of 2022-07-14T13:53:00" > > - serials/claims.pl: "Template process failed: undef error - : filter not > found at /kohadevbox/koha/C4/Templates.pm line 127" > > - tools/holidays.pl "Template process failed: undef error - : filter not > found at /kohadevbox/koha/C4/Templates.pm line 127" All fixed! > I noticed this in the log for export.pl after testing a date-limited export. > The export completed fine as far as I can tell. > > [Thu Jul 14 15:46:05.900437 2022] [cgi:error] [pid 83824] [client > 172.18.0.1:62854] AH01215: DBIx::Class::Storage::DBI::_gen_sql_bind(): > DateTime objects passed to search() are not supported properly > (InflateColumn::DateTime formats and settings are not respected.) See ".. > format a DateTime object for searching?" in DBIx::Class::Manual::FAQ. To > disable this warning for good set $ENV{DBIC_DT_SEARCH_OK} to true at > /kohadevbox/koha/Koha/Objects.pm line 312: /kohadevbox/koha/tools/export.pl, > referer: http://127.0.0.1:8081/cgi-bin/koha/tools/export.pl Also in master, should be fixed (but reported separately). > - Tasks scheduler: "Failed to add Tasks" > > I didn't see anything in the error log that appeared to be related to this. Fixed (note that time part is mandatory but the UI does not ask for it). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
