https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43336
--- Comment #5 from Magnus Enger <[email protected]> --- There was a problem with running the database update when OPACdidyoumean was not set. The new version of the patch should fix this. I added these steps to the end of the test plan, to verify: - Empty the OPACdidyoumean syspref by running this SQL: UPDATE systempreferences SET value = '' WHERE variable = 'OPACdidyoumean'; - Run koha-upgrade-schema again. The output should be: 'LibrisKey' syspref already removed 'LibrisURL' syspref already removed 'OPACdidyoumean' is not set -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
