Advertisement
Guest User

Untitled

a guest
Dec 4th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`accountlines`, CONSTRAINT `accountlines_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE CASCADE ON UPDATE CASCADE) [for Statement "INSERT INTO `accountlines` ( `accountno`, `accounttype`, `amount`, `amountoutstanding`, `borrowernumber`, `date`, `description`, `issue_id`, `itemnumber`, `lastincrement`) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )" with ParamValues: 0=1, 1='FU', 2=93500, 3=93500, 4=2092, 5='2017-12-04T12:52:28', 6='Royalties mineros: 31/12/2013 21:59', 7=683609, 8=261383, 9=93500] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
  2. DBIx::Class::Storage::DBI::_dbh_execute(): Cannot add or update a child row: a foreign key constraint fails (`koha_usm`.`accountlines`, CONSTRAINT `accountlines_ibfk_1` FOREIGN KEY (`borrowernumber`) REFERENCES `borrowers` (`borrowernumber`) ON DELETE CASCADE ON UPDATE CASCADE) at /usr/share/koha/lib/Koha/Object.pm line 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement