Bug 27377

Summary: Opac detail retrieval failing on (20.11.00-1). ColumnSettings plugin not found.
Product: Koha Reporter: Steve Cooney <steve>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: critical    
Priority: P5 - low    
Version: 20.11   
Hardware: PC   
OS: Linux   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Steve Cooney 2021-01-11 09:56:06 UTC
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.
Comment 1 Katrin Fischer 2021-01-11 10:10:44 UTC

*** This bug has been marked as a duplicate of bug 27376 ***