[Koha-bugs] [Bug 9525] group floating rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 12 09:02:21 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9525

--- Comment #26 from Emmi Takkinen <emmi.takkinen at outlook.com> ---
(In reply to Owen Leonard from comment #25)
> (In reply to Owen Leonard from comment #24)
> > ERROR 1005 (HY000): Can't create table 'koha_kohadev.floating_matrix'
> > (errno: 150)
Hm, it seems I missed that in kohastructure.pl there was: 
ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci

instead of:
ENGINE = InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

That's likely the issue here. I'll recheck patches for any other possible
problems and reattach them later.    

> Is this because I was supposed to apply the last three patches on top of the
> remote github branch? 
> > Look for commits starting with the tag "Bug 9525 - "
> 
> Sorry I don't know what this means. I'm accustomed to seeing a separate
> testing branch.
No need to use remote branch or look commits related to this, all latest code
is included here and should work after I fix this issue with database.  

>I got a couple of conflicts when applying these patches but was able to resolve them.
Anything I could look into?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list