[Bug 27376] New: Opac detail retrieval failing on (20.11.00-1). ColumnSettings plugin not found.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 Bug ID: 27376 Summary: Opac detail retrieval failing on (20.11.00-1). ColumnSettings plugin not found. Change sponsored?: --- Product: Koha Version: 20.11 Hardware: PC OS: Linux Status: NEW Severity: critical Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: steve@softwaremage.co.nz QA Contact: testopia@bugs.koha-community.org Opac detail retrieval failing on (20.11.00-1). sudo curl -v https://library.abs.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=1354 returns "Internal Server Error" opac logs as 192.168.2.1 - - [11/Jan/2021:22:49:21 +1300] "GET /cgi-bin/koha/opac-detail.pl?biblionumber=1354 HTTP/1.1" 500 21 PLack-error.log returns Template process failed: plugin error - ColumnsSettings: plugin not found at /usr/share/koha/lib/C4/Templates.pm line 122. columns_settings table exists and has circ, members module rows. Repeatable behaviour after reinstalling koha-common Additional log, worker-output.log not sure of relevance: Failed to connect: Error connecting to localhost:61613: Connection refused at /usr/share/perl5/Net/Stomp.pm line 27.; retrying at /usr/share/perl5/Net/Stomp.pm line 90. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 27377 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- I can't reproduce this problem in 20.11.01.001. I suspect this is a local issue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #3 from Steve Cooney <steve@softwaremage.co.nz> --- Could someone explain why opac-detail needs to interrogate columnsettings. Is there a way to enable tracing or a stack trace. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The items table can be configured using Administration > Column/Table settings. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #5 from Steve Cooney <steve@softwaremage.co.nz> --- So ColumnSettings is deprecated in the following commit. Bug 24156: move ColumnsSettings to TablesSettings https://github.com/Koha-Community/Koha/commit/de54267510a31d332144c6e8e71833... I am running my own version of opac templates and these still reference columns_settings files and includes as per my grep results: pacwin@ubuntukoha:~$ sudo grep -r -i "ColumnsSettings" /usr/share/koha/ /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/includes/columns_settings.inc:[% USE ColumnsSettings %] /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt:[% USE ColumnsSettings %] /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt: var columns_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'holdingst', 'json' ) | $raw %]; /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt: var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %]; So I have a way forward to solve the issue now that koha/lib and /usr/share/koha/opac/htdocs/opac-tmpl templates are out of sync. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- As a community we can only support the theming feature, but not the custom themes themselves. Please check with standard templates first, next time before reporting a bug. Hope you can fix your issue! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org