Being rather new to this list, I will apologize in advance if I'm mis-framing this question. After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful. Many Thanks! Bruce Yelen
Hi Bruce, I am not sure what might be going on there, but maybe some things to check: - What does the link on the result list look like? Does it correctly contain the biblionumber in the link? - When you look at the same record in your staff interface and use the display in OPAC link: Is the link the same and does it work correctly? - Did you make any local changes to your XSLT files that are used for the results display? Hope this helps, Katrin On 17.10.21 00:44, Bruce Yelen wrote:
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Katrin, While good suggestions (and I thank you for them), none of them has assisted me. The URL is the same between the OPAC, and when requesting an OPAC detail view from the staff pages. The biblio item number is correct. While I do have a custom XSLT memember, changing the setting back to "default" had no effect. Is there a way to trace the execution of the Perl scripts? Following the script execution will probably be the only way to resolve this. If I can find the line where the error was detected, I will probably be able to debug the issue. Thanks again! Bruce -----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Katrin Fischer Sent: Sunday, October 17, 2021 4:47 AM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Error "500" on Opac Hi Bruce, I am not sure what might be going on there, but maybe some things to check: - What does the link on the result list look like? Does it correctly contain the biblionumber in the link? - When you look at the same record in your staff interface and use the display in OPAC link: Is the link the same and does it work correctly? - Did you make any local changes to your XSLT files that are used for the results display? Hope this helps, Katrin On 17.10.21 00:44, Bruce Yelen wrote:
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
What search engine do you use? If it's Elasticsearch, we saw certain records with special characters in certain positions in the title field (MARC 245) cause 500 errors. We only noticed after the 21.05 upgrade but it seems like it must have existed previously. Best, Eric Phetteplace Systems Librarian California College of the Arts On Tue, Oct 19, 2021, 2:02 PM Bruce Yelen <byelen@bouldermasons.org> wrote:
Hi Katrin,
While good suggestions (and I thank you for them), none of them has assisted me. The URL is the same between the OPAC, and when requesting an OPAC detail view from the staff pages. The biblio item number is correct. While I do have a custom XSLT memember, changing the setting back to "default" had no effect.
Is there a way to trace the execution of the Perl scripts? Following the script execution will probably be the only way to resolve this. If I can find the line where the error was detected, I will probably be able to debug the issue.
Thanks again!
Bruce
-----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz> On Behalf Of Katrin Fischer Sent: Sunday, October 17, 2021 4:47 AM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Error "500" on Opac
Hi Bruce,
I am not sure what might be going on there, but maybe some things to check:
- What does the link on the result list look like? Does it correctly contain the biblionumber in the link? - When you look at the same record in your staff interface and use the display in OPAC link: Is the link the same and does it work correctly? - Did you make any local changes to your XSLT files that are used for the results display?
Hope this helps,
Katrin
On 17.10.21 00:44, Bruce Yelen wrote:
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for the suggestion, Eric. I’m using Zebra, however the thought that something could be wrong in the data is a good one. I’ll see if I can put something together that might catch that sort of thing. * Bruce From: Eric Phetteplace <ephetteplace@cca.edu> Sent: Tuesday, October 19, 2021 8:12 PM To: Bruce Yelen <byelen@bouldermasons.org> Cc: Koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac What search engine do you use? If it's Elasticsearch, we saw certain records with special characters in certain positions in the title field (MARC 245) cause 500 errors. We only noticed after the 21.05 upgrade but it seems like it must have existed previously. Best, Eric Phetteplace Systems Librarian California College of the Arts On Tue, Oct 19, 2021, 2:02 PM Bruce Yelen <byelen@bouldermasons.org <mailto:byelen@bouldermasons.org> > wrote: Hi Katrin, While good suggestions (and I thank you for them), none of them has assisted me. The URL is the same between the OPAC, and when requesting an OPAC detail view from the staff pages. The biblio item number is correct. While I do have a custom XSLT memember, changing the setting back to "default" had no effect. Is there a way to trace the execution of the Perl scripts? Following the script execution will probably be the only way to resolve this. If I can find the line where the error was detected, I will probably be able to debug the issue. Thanks again! Bruce -----Original Message----- From: Koha <koha-bounces@lists.katipo.co.nz <mailto:koha-bounces@lists.katipo.co.nz> > On Behalf Of Katrin Fischer Sent: Sunday, October 17, 2021 4:47 AM To: koha@lists.katipo.co.nz <mailto:koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac Hi Bruce, I am not sure what might be going on there, but maybe some things to check: - What does the link on the result list look like? Does it correctly contain the biblionumber in the link? - When you look at the same record in your staff interface and use the display in OPAC link: Is the link the same and does it work correctly? - Did you make any local changes to your XSLT files that are used for the results display? Hope this helps, Katrin On 17.10.21 00:44, Bruce Yelen wrote:
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hello Bruce, Is there something in the Koha log files? `tail -f /var/log/koha/$INSTANCE/*.log` then refresh the page that generates the 500. Regards, Jonathan Le dim. 17 oct. 2021 à 00:44, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Jonathan, I was not receiving any errors. However, after disabling Plack (which was apparently masking the error) I received this in opac-error.log: [Wed Oct 20 13:46:48.822441 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: The method Koha::Item->Location is not covered by tests!: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822517 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: : /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822626 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Trace begun at /usr/share/koha/lib/Koha/Object.pm line 827: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822819 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Object::AUTOLOAD('Koha::Item=HASH(0x5645384f3d40)') called at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822941 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Item::__ANON__ at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 "opac-error.log" 27L, 9324C So, at least I got a starting point to go "dumpster diving" into the code 😊 - Bruce -----Original Message----- From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Sent: Wednesday, October 20, 2021 1:26 AM To: Bruce Yelen <byelen@bouldermasons.org> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac Hello Bruce, Is there something in the Koha log files? `tail -f /var/log/koha/$INSTANCE/*.log` then refresh the page that generates the 500. Regards, Jonathan Le dim. 17 oct. 2021 à 00:44, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Check OpacHiddenItems, you have 'Location' there (that's wrong, must be 'location') Errors should also be on the about page. Always have a look at the about page when something goes wrong :) Le mer. 20 oct. 2021 à 21:56, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Hi Jonathan,
I was not receiving any errors. However, after disabling Plack (which was apparently masking the error) I received this in opac-error.log:
[Wed Oct 20 13:46:48.822441 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: The method Koha::Item->Location is not covered by tests!: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822517 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: : /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822626 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Trace begun at /usr/share/koha/lib/Koha/Object.pm line 827: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822819 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Object::AUTOLOAD('Koha::Item=HASH(0x5645384f3d40)') called at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822941 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Item::__ANON__ at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 "opac-error.log" 27L, 9324C
So, at least I got a starting point to go "dumpster diving" into the code 😊
- Bruce
-----Original Message----- From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Sent: Wednesday, October 20, 2021 1:26 AM To: Bruce Yelen <byelen@bouldermasons.org> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac
Hello Bruce,
Is there something in the Koha log files? `tail -f /var/log/koha/$INSTANCE/*.log` then refresh the page that generates the 500.
Regards, Jonathan
Le dim. 17 oct. 2021 à 00:44, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hum, the about page will only tell you if you have a syntax error actually. Le mer. 20 oct. 2021 à 22:06, Jonathan Druart <jonathan.druart@bugs.koha-community.org> a écrit :
Check OpacHiddenItems, you have 'Location' there (that's wrong, must be 'location') Errors should also be on the about page. Always have a look at the about page when something goes wrong :)
Le mer. 20 oct. 2021 à 21:56, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Hi Jonathan,
I was not receiving any errors. However, after disabling Plack (which was apparently masking the error) I received this in opac-error.log:
[Wed Oct 20 13:46:48.822441 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: The method Koha::Item->Location is not covered by tests!: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822517 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: : /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822626 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Trace begun at /usr/share/koha/lib/Koha/Object.pm line 827: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822819 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Object::AUTOLOAD('Koha::Item=HASH(0x5645384f3d40)') called at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822941 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Item::__ANON__ at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=pike&branch_group_limit=&weight_search=1 "opac-error.log" 27L, 9324C
So, at least I got a starting point to go "dumpster diving" into the code 😊
- Bruce
-----Original Message----- From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Sent: Wednesday, October 20, 2021 1:26 AM To: Bruce Yelen <byelen@bouldermasons.org> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac
Hello Bruce,
Is there something in the Koha log files? `tail -f /var/log/koha/$INSTANCE/*.log` then refresh the page that generates the 500.
Regards, Jonathan
Le dim. 17 oct. 2021 à 00:44, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thank you, Jonathan! It was indeed "Location" vs. "location". And again an example that no matter how much experience we might have (I've been a software engineer since 1976), I am still capable of making very "dumb" errors! Regards, Bruce -----Original Message----- From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Sent: Wednesday, October 20, 2021 2:06 PM To: Bruce Yelen <byelen@bouldermasons.org> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac Check OpacHiddenItems, you have 'Location' there (that's wrong, must be 'location') Errors should also be on the about page. Always have a look at the about page when something goes wrong :) Le mer. 20 oct. 2021 à 21:56, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Hi Jonathan,
I was not receiving any errors. However, after disabling Plack (which was apparently masking the error) I received this in opac-error.log:
[Wed Oct 20 13:46:48.822441 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: The method Koha::Item->Location is not covered by tests!: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=p ike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822517 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: : /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=p ike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822626 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Trace begun at /usr/share/koha/lib/Koha/Object.pm line 827: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=p ike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822819 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Object::AUTOLOAD('Koha::Item=HASH(0x5645384f3d40)') called at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=p ike&branch_group_limit=&weight_search=1 [Wed Oct 20 13:46:48.822941 2021] [cgi:error] [pid 3947] [client 73.153.28.4:20161] AH01215: Koha::Item::__ANON__ at /usr/share/koha/lib/Koha/Item.pm line 622: /usr/share/koha/opac/cgi-bin/opac/opac-detail.pl, referer: https://library.bouldermasons.org/cgi-bin/koha/opac-search.pl?idx=&q=p ike&branch_group_limit=&weight_search=1 "opac-error.log" 27L, 9324C
So, at least I got a starting point to go "dumpster diving" into the code 😊
- Bruce
-----Original Message----- From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Sent: Wednesday, October 20, 2021 1:26 AM To: Bruce Yelen <byelen@bouldermasons.org> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] Error "500" on Opac
Hello Bruce,
Is there something in the Koha log files? `tail -f /var/log/koha/$INSTANCE/*.log` then refresh the page that generates the 500.
Regards, Jonathan
Le dim. 17 oct. 2021 à 00:44, Bruce Yelen <byelen@bouldermasons.org> a écrit :
Being rather new to this list, I will apologize in advance if I'm mis-framing this question.
After upgrading from Koha 20.05 to 21.05, I started receiving an HTTP 500 error when an OPAC user clicks on a specific title in the list returned by a catalog search. This does not occur when doing a catalog search on the staff pages. I have looked through the various Koha logs, but cannot find any errors pointing to a script, or anything. Any ideas and suggestions of where to look for the cause and resolution of this would be helpful.
Many Thanks!
Bruce Yelen
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
Bruce Yelen -
Eric Phetteplace -
Jonathan Druart -
Katrin Fischer