[Koha-bugs] [Bug 24272] Add a command line script to compare the syspref cache to the database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 06:06:06 CET 2020


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

David Nind <david at davidnind.com> changed:

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

--- Comment #3 from David Nind <david at davidnind.com> ---
I tried to test in koha-testing-docker this by:

1. Applying the patch.
2. Changed the ownership to kohadev-koha (chown kohadev-koha:kohadev-koha
check_syspref_cache.pl) and permissions (chmod 755 check_syspref_cache.pl).
3. Running the script:
   perl misc/maintenance/check_syspref_cache.pl

I received this message:

Global symbol "$syspref_cache" requires explicit package name (did you forget
to declare "my $syspref_cache"?) at misc/maintenance/check_syspref_cache.pl
line 40.
Execution of misc/maintenance/check_syspref_cache.pl aborted due to compilation
errors.

I don't know how system preferences are cached and to check for differences
between those and what is in the database.

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


More information about the Koha-bugs mailing list