https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880
--- Comment #52 from Marcel de Rooy <[email protected]> --- Owen, Please verify that my rebase did not introduce another problem in masthead or the atomic update. I'm having issues now getting the opacheader to work. Somehow it looks for opacheader while I add opacheader_en items into the database via the interface. select title,lang from opac_news; +-----------------+---------------+ | title | lang | +-----------------+---------------+ | Welcome to Koha | koha | | What's Next? | koha | | Test | opacheader_en | +-----------------+---------------+ When I deleted my database, the installer crashes now on the language step. So very soon. (Apparently, for some other reason..) DBD::mysql::st execute failed: Table 'koha_master.language_descriptions' doesn't exist [for Statement "SELECT description FROM language_descriptions WHERE subtag=? AND lang=? AND type=?" with ParamValues: 0='en', 1='en', 2='language'] at /usr/share/koha/C4/Languages.pm line 389. DBD::mysql::st fetchrow_hashref failed: fetch() without execute() [for Statement "SELECT description FROM language_descriptions WHERE subtag=? AND lang=? AND type=?" with ParamValues: 0='en', 1='en', 2='language'] at /usr/share/koha/C4/Languages.pm line 390. Keeping this in BLOCKED. Will come back here next week. -- 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/
