https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357 --- Comment #14 from Mason James <mtj@kohaaloha.com> --- (In reply to Mason James from comment #13)
Created attachment 72296 [details] [review] Bug 16357: (follow-up) Log and timestamp fatal errors
interestingly... after applying this patch some previously hidden errors are now revealed in the plack-error.log file this new info looks useful for showing unidentified DBIx problems 2018/03/01 10:59:30 DBIx::Class::ResultSource::_minimal_valueset_satisfying_constraint(): Unable to satisfy requested constraint 'primary', missing values for column(s): 'borrowernumber' at /usr/share/koha/lib/Koha/Objects.pm line 92 2018/03/01 10:59:30 DBIx::Class::ResultSource::_minimal_valueset_satisfying_constraint(): Unable to satisfy requested constraint 'cardnumber', missing values for column(s): 'cardnumber' at /usr/share/koha/lib/Koha/Objects.pm line 92 -- You are receiving this mail because: You are watching all bug changes.