https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947
--- Comment #6 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #5) > C4::Installer::load_sql returned the following errors while attempting to > load /kohadevbox/koha/installer/data/mysql/kohastructure.sql: > DBD::mysql::st execute failed: Failed to open the referenced table > 'branches' at /usr/share/perl5/DBIx/RunSQL.pm line 273. > Something went wrong loading file > /kohadevbox/koha/installer/data/mysql/kohastructure.sql ([SQL ERROR]: CREATE > TABLE `account_credit_types_branches` ( > > Did it work for you? Actually, the following works: > DROP DATABASE koha_kohadev > CREATE DATABASE koha_kohadev koha-mysql kohadev < installer/data/mysql/kohastructure.sql But reset_all does not, neither the installer (it says "Database tables created", but it's wrong...) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
