[Koha-bugs] [Bug 15207] Error on upgrade from 3.20.5 to 3.22 beta

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 19 09:12:28 CET 2015


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

--- Comment #8 from Zeno Tajoli <z.tajoli at cineca.it> ---
(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.


More information about the Koha-bugs mailing list