[Koha-bugs] [Bug 27466] Error "Configuration not defined at /usr/share/perl5/Log/Log4perl/Config.pm line 579" while upgrading to koha 20.11.00-1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 6 03:56:29 CET 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #12 from David Nind <david at davidnind.com> ---
My testing notes.

Test plan (numbered):
1. git checkout ed3e4540d73c1c3009375ad339e09a2e676fa1bd (20.06.00.022)
2. reset_all
3. Set the value of QuoteOfTheDay to 0
4. git checkout bug_27466 (master + this patch)
5. updatedatabase
   => QuoteOfTheDay is an empty string
6. git checkout ed3e4540d73c1c3009375ad339e09a2e676fa1bd (20.06.00.022)
7. reset_all
8. Set the value of QuoteOfTheDay to 1
9. git checkout bug_27466 (master + this patch)
10. updatedatabase
    => QuoteOfTheDay is set to "opac"

Notes:
- Used koha-testing-docker
- Step 3: 
  . koha-mysql kohadev
  . SELECT value FROM systempreferences WHERE variable='QuoteOfTheDay'; 
  . was already 0 (QuoteOfTheDay not enabled)
- Step 4: 
  . git checkout master
  . git checkout -b bz27466
  . git bz apply 27466
- Step 5:
  . same as step 3
  . there is no value, that is, it is empty
- Step 8:
  . log in to the staff interface and enable the QuoteOfTheDay system
preference
- Step 9: git checkout -b bz27466
- Step 10:
  . koha-mysql kohadev
  . SELECT value FROM systempreferences WHERE variable='QuoteOfTheDay'; 
  . QuoteOfTheDay is set to "opac"!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list