https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #34 from Jonathan Druart <[email protected]> --- (In reply to Owen Leonard from comment #33) > Is this ready for testing? When I run updatedatabase I get some errors: > > DEV atomic update: bug_18925.perl > DBD::mysql::db selectrow_array failed: Table > 'koha_kohadev.branch_borrower_circ_rules' doesn't exist [for Statement " > SHOW COLUMNS FROM branch_borrower_circ_rules > WHERE Field = ? > "] at /home/vagrant/kohaclone/C4/Installer.pm line 531. > > ...etc. Hi Owen, I have rebased the whole dependency tree and updated the remote branch. The upgrade process should pass if the DB structure comes from master. However I have seen those errors if you run it twice. It is a bug in column_exists that does not test if the table still exist. I am not confident with the patches from this bug report (lot of rebases), maybe it would be better to validate that the ones from the deps are ok. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
