18 Oct
2018
18 Oct
'18
2:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21597 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 80814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80814&action=edit Bug 21597: Data too long for column 'invitekey' Fix t/db_dependent/Virtualshelves.t virtualshelfshares.invitekey `invitekey` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, We should not insert a longer string! DBIx::Class::Storage::DBI::_dbh_execute(): Data too long for column 'invitekey' at row 1 at /home/vagrant/kohaclone/Koha/Object.pm line 125 -- You are receiving this mail because: You are watching all bug changes.