[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-53-g410b567

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 16:37:34 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, 3.22.x has been updated
       via  410b567a4c7943b052cfeee04fbd3fd986bbecd6 (commit)
      from  71e8855f1e0e7e593141061e84b6355b7f09608c (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 410b567a4c7943b052cfeee04fbd3fd986bbecd6
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
    (cherry picked from commit b52cbecbfd282060a2a444252d83d263c0783f14)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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