[koha-commits] main Koha release repository branch master updated. v3.22.00-605-gb52cbec

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 04:03:45 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  b52cbecbfd282060a2a444252d83d263c0783f14 (commit)
      from  5170c91f493aaa82d111a6a5215faf0ed53be72b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b52cbecbfd282060a2a444252d83d263c0783f14
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Feb 10 21:51:26 2016 -0500

    Bug 15795: C4/Members.pm is floody (Norwegian Patron DB)
    
    From the mailing list:
    "I'm working on 3.22.02 and my logs are FILLED with the following warnings:
    
    Members.pm: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/acqui/booksellers.pl
    admin-home.pl: Unable to load Koha::NorwegianPatronDB at /blurred/C4/Members.pm line 46., referer: http://blurred/cgi-bin/koha/admin/preferences.pl"
    
    I agree. Looking at C4/Members.pm other warns are all prepended with $debug.
    
    TEST PLAN
    ---------
    1) rm Koha/NorwegianPatronDB.pm
       -- quickest and dirtiest way to get the load to fail.
    2) echo > ~/koha-dev/var/log/koha-error_log
       -- so it will be easy to spot the log changes.
       -- back up the log file if you really want it.
    3) log into the staff client and go to patrons.
       -- Check the log file. "Unable to load ..." will be there.
    4) echo > ~/koha-dev/var/log/koha-error_log
    5) sudo vi /etc/apache2/sites-enabled/{your koha site file}
       -- Find your staff client entry in your apache
          configuration file and add:
           SetEnv DEBUG 1
    6) sudo service apache2 restart
    7) apply the patch
    8) refresh the patron page
       -- "Unable to load..." will still be there.
    9) change the DEBUG value in your apache config to 0
    10) sudo sevice apache2 restart
    11) echo > ~/koha-dev/var/log/koha-error_log
    12) refresh the patron page
        -- "Unable to load..." will NOT be there.
    13) git checkout origin/master -- Koha/NorwegianPatronDB.pm
        -- to bring it back.
    14) refresh the patron page
        -- "Unable to load..." will still not be there.
    15) run koha qa test tools
    
    Signed-off-by: Philippe Blouin <philippe.blouin at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

-----------------------------------------------------------------------

Summary of changes:
 C4/Members.pm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list