[Koha-bugs] [Bug 25026] RaiseError must be set for the UI

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 20:27:05 CET 2021


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

--- Comment #19 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Applied the patch, reset_all => multiple errors
Was another step needed?

root at 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.


More information about the Koha-bugs mailing list