Re: [Koha-devel] Help about bug 15207

2015-11-21 Thread Katrin Fischer
Hi Zeno, first of all - thanks for testing the update process and your work on fixing the problems. I think I might have found a solution looking at older updates where we solved a similar problem. In my tests it's looking good so far. Could you take a look at my follow-up patch? Hope it works,

[Koha-devel] Help about bug 15207

2015-11-21 Thread Zeno Tajoli
Hi to all, I trying to resolve bug 15207, Error on upgrade from 3.20.5 to 3.22 beta http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207. The second error (insert defaults in the table 'permissions') it easy, I change 'INSERT' with 'INSERT IGNORE' and all is OK. The first one is much m

[Koha-devel] About level of collaction in MySQL

2015-11-21 Thread Zeno Tajoli
Hi to all, working on bug 15207, Error on upgrade from 3.20.5 to 3.22 beta, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207 Bernardo finds same missing bit about collate info in sound alerts table and he propose a patch about it. As I see collate info are not mandatory for us at c