[Koha-bugs] [Bug 32674] When placing a hold in OPAC page explodes into error 500

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 18 17:55:36 CET 2023


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
To maybe find out more of what's going on:


* Try emptying out OpacHiddenItems to see if it makes a difference
* Try toggling hidelostitems
* Get to the SQL query (hope I got these right):

Change Koha/Database.pm:

 sub _new_schema {

+    $ENV{DBIC_TRACE} = 1;

restart plack
tail -f the log
hit the page/create the error
remove the DBIC_TRACE
restart plack

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


More information about the Koha-bugs mailing list