http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207
--- Comment #8 from Zeno Tajoli <[email protected]> --- (In reply to Nick Clemens from comment #6) > Created attachment 44970 [details] > Warnings after patch > > Got rid of second error, but just pushed the first down a few lines Nick, can you try to understand why in your set up those instructions: my $count_course_reserves_ibfk_2 = $dbh->selectrow_arrayref(q| + SELECT COUNT(*) + FROM information_schema.table_constraints + WHERE table_schema = schema() + AND table_name = 'course_reserves' + AND CONSTRAINT_NAME = 'course_reserves_ibfk_2' + |); did not retreive the presence of FK "course_reserves_ibfk_2" ? Because I don't have idea how to repoduce your situation. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
