12 Dec
2012
12 Dec
'12
5:33 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8471 --- Comment #2 from Mason James <mtj@kohaaloha.com> ---
loading an sql file into mysql, often fails when loading the 'letter' table
i have no idea why. the quick-fix is to drop - then create the database
just a little update... it seems this error is triggered when a koha-3.6 .sql file is loaded into an existing koha-3.8 database so, this is ok $ mysql koha < ./koha-3.6.sql $ mysql koha < ./koha-3.8.sql but this fails $ mysql koha < ./koha-3.8.sql $ mysql koha < ./koha-3.6.sql hope that helps someone :) -- You are receiving this mail because: You are watching all bug changes.