http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7067

--- Comment #137 from Jared Camins-Esakov <jcam...@cpbibliography.com> ---
At this point the only thing blocking this patch is:

4) When I try to confirm a patron via e-mail, I get the following in my logs
and the patron is not created (when I click on the link in the e-mail):
 INSERT INTO borrowers SET   borrowers.dateenrolled = ? ,  borrowers.userid = ?
,  borrowers.categorycode = ? ,  borrowers.dateexpiry = ? ,  borrowers.password
= ? ,  borrowers.cardnumber = ?
2012-12-13,,PT,2021-03-13,4eTMRTxoZ2tV15HgDg4fXw,23529001223641 at
/home/jcamins/kohaclone/C4/SQLHelper.pm line 182.
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/jcamins/kohaclone/C4/SQLHelper.pm line 184.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/jcamins/kohaclone/C4/SQLHelper.pm line 184.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to