https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674
--- Comment #3 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
