https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25026
--- Comment #19 from Victor Grousset/tuxayo <[email protected]> --- Applied the patch, reset_all => multiple errors Was another step needed? root@kohadevbox:kohadevbox$ reset_all This action will erase all your data. Are you sure? (y/N) y Running [sudo koha-shell kohadev -p -c 'PERL5LIB=/kohadevbox/koha:/kohadevbox/qa-test-tools perl /kohadevbox/misc4dev/populate_db.pl -v --opac-base-url http://kohadev.myDNSname.org:8080 --intranet-base-url http://kohadev-intra.myDNSname.org:8081 --marcflavour MARC21']... {UNKNOWN}: DBI Exception: DBD::mysql::db selectrow_array failed: Table 'koha_kohadev.systempreferences' doesn't exist [for Statement "SELECT COUNT(*) FROM systempreferences"] at /usr/share/perl5/DBIx/Class/Schema.pm line 1118. DBIx::Class::Schema::throw_exception(Koha::Schema=HASH(0x556066af02d8), "DBI Exception: DBD::mysql::db selectrow_array failed: Table '"...) called at /usr/share/perl5/DBIx/Class/Storage.pm line 113 DBIx::Class::Storage::throw_exception(DBIx::Class::Storage::DBI::mysql=HASH(0x5560667c3cc8), "DBI Exception: DBD::mysql::db selectrow_array failed: Table '"...) called at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1501 DBIx::Class::Storage::DBI::__ANON__("DBD::mysql::db selectrow_array failed: Table 'koha_kohadev.sy"..., DBI::db=HASH(0x556066f57c30), undef) called at /kohadevbox/misc4dev/populate_db.pl line 95 Restarting Apache httpd web server: apache2. Restarting Koha ILS: koha-commonStopping Plack daemon for kohadev:. Stopping Z39.50/SRU daemon for kohadev:. Stopping Koha worker daemon for kohadev:. Stopping Koha indexing daemon for kohadev:. Starting Plack daemon for kohadev:. Starting Z39.50/SRU daemon for kohadev:DBD::mysql::st execute failed: Table 'koha_kohadev.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='casauthentication'] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::st execute failed: Table 'koha_kohadev.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='caslogout'] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::st execute failed: Table 'koha_kohadev.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='casserverurl'] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::db selectall_arrayref failed: Table 'koha_kohadev.marc_subfield_structure' doesn't exist [for Statement " SELECT * FROM marc_subfield_structure WHERE frameworkcode = ? AND kohafield > '' ORDER BY frameworkcode,tagfield,tagsubfield "] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::st execute failed: Table 'koha_kohadev.authorised_values' doesn't exist [for Statement " SELECT DISTINCT av.* FROM authorised_values av WHERE category = ? ORDER BY category, lib, lib_opac" with ParamValues: 0='Z3950_STATUS'] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() [for Statement " SELECT DISTINCT av.* FROM authorised_values av WHERE category = ? ORDER BY category, lib, lib_opac" with ParamValues: 0='Z3950_STATUS'] at /kohadevbox/koha/Koha/Database.pm line 124. . Starting Koha worker daemon for kohadev:. Starting Koha indexing daemon for kohadev:. -- 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/
