https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41246 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david@davidnind.com --- Comment #13 from David Nind <david@davidnind.com> --- (In reply to Lucas Gass (lukeg) from comment #12)
New patches attached, resetting to 'Needs sign off'
Getting this error when attempting to add an overdue notice/status trigger: CGI::Compile::ROOT::kohadevbox_koha_tools_overduerules_2epl::overduerules_2epl(): DBI Exception: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_kohadev`.`overduerules`, CONSTRAINT `overduerules_ibfk_branchcode` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE) at /usr/share/perl5/CGI/Emulate/PSGI.pm line 30 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 I ran dbic (not sure if I needed to or not), restarted everything, and so on. Adding a trigger worked before the patch. -- You are receiving this mail because: You are watching all bug changes.