Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Cron <koha@kohaprod> export KOHA_CONF=/home/koha/etc/koha-conf.xml; export PERL5LIB=/home/koha/src; cd /home/koha/src/apharp; ./update_borrowers.pl --new > /home/koha/src/apharp/maj.log; cd;
  2. Content-Type: text/plain; charset=UTF-8
  3. X-Cron-Env: <SHELL=/bin/sh>
  4. X-Cron-Env: <HOME=/home/koha>
  5. X-Cron-Env: <PATH=/usr/bin:/bin>
  6. X-Cron-Env: <LOGNAME=koha>
  7. Date: Wed, 2 Feb 2011 09:15:04 +0100 (CET)
  8.  
  9. DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`borrowers`, CONSTRAINT `borrowers_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) at /home/koha/src/C4/SQLHelper.pm line 210.
  10. DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`borrowers`, CONSTRAINT `borrowers_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) at /home/koha/src/C4/SQLHelper.pm line 210.
  11. DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha`.`borrowers`, CONSTRAINT `borrowers_ibfk_1` FOREIGN KEY (`categorycode`) REFERENCES `categories` (`categorycode`)) at /home/koha/src/C4/SQLHelper.pm line 210.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement