Re: [Koha] Error "500" on Opac

2021-10-20 Thread Bruce Yelen
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  
Sent: Wednesday, October 20, 2021 2:06 PM
To: Bruce Yelen 
Cc: koha 
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  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==p
> ike_group_limit=_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==p
> ike_group_limit=_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==p
> ike_group_limit=_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==p
> ike_group_limit=_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==p
> ike_group_limit=_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 
> Sent: Wednesday, October 20, 2021 1:26 AM
> To: Bruce Yelen 
> Cc: koha 
> 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  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


___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error "500" on Opac

2021-10-20 Thread Jonathan Druart
Hum, the about page will only tell you if you have a syntax error actually.

Le mer. 20 oct. 2021 à 22:06, Jonathan Druart
 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  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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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 
> > Sent: Wednesday, October 20, 2021 1:26 AM
> > To: Bruce Yelen 
> > Cc: koha 
> > 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  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
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error "500" on Opac

2021-10-20 Thread Jonathan Druart
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  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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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 
> Sent: Wednesday, October 20, 2021 1:26 AM
> To: Bruce Yelen 
> Cc: koha 
> 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  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
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error "500" on Opac

2021-10-20 Thread Bruce Yelen
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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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==pike_group_limit=_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  
Sent: Wednesday, October 20, 2021 1:26 AM
To: Bruce Yelen 
Cc: koha 
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  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


Re: [Koha] Error "500" on Opac

2021-10-20 Thread Bruce Yelen
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  
Sent: Tuesday, October 19, 2021 8:12 PM
To: Bruce Yelen 
Cc: Koha 
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 mailto:bye...@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 mailto:koha-boun...@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

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Local use preference OPACviewMARC doesn't switch off?

2021-10-20 Thread Kyle Hall
These are the commits that refer to that syspref:

kylehall@Kyles-MacBook-Pro kohaclone % git log -S OPACviewMARC
commit 6bd38d3eabc79c68cb90193378c69825ddac2a43
Author: Magnus Enger 
Date:   Wed Jun 15 08:38:40 2011 +0200

Bug 6537 - squashed version of the previous 5 commits, signed-off

Bug 6537 - Move installer/data/mysql/en/mandatory/sysprefs.sql to
installer/data/mysql/sysprefs.sql

Bug 6537 - Make the web installer use installer/data/mysql/sysprefs.sql

Bug 6537 - New syspref files with only the prefs that differ from the
default

I have mostly deleted old syspref files and created new ones, with a
new name,
mainly in order to reduce the risk of merge conflicts if the old
syspref files
are changed before this patch is pushed, if it is pushed.

See http://wiki.koha-community.org/wiki/Simplified_syspref_handling_RFC
for
a description of how the new files were created to reflect sysprefs that
differ from the global default.

.txt files have been moved to reflect the new names of the SQL files
they are
associated with.

Bug 6537 - Remove syspref-related tests in xt/

As far as I can see, the previous patches for this bug makes the
syspref tests
obsolete, and this patch removes them:

xt/syspref.t
xt/check_sysprefs.t

Bug 6537 - Fix a problem in French syspref file

Signed-off-by: Paul Poulain 
Signed-off-by: Chris Cormack 

commit 0482e534519dafb2ff37177f117534d77bc4cbeb
Author: Chris Cormack 
Date:   Wed Dec 22 14:59:11 2010 +1300

Bug 5531: Updated Polish, Ukranian and Russian syspref files

Retrieved from

http://git.koha-community.org/gitweb/?p=wip/koha-chris_n.git;a=commit;h=f23969c7e1cb87d4bd9552e3d6bc85cc948dedd9

commit c87cbe26e07a859d36135665acebf5a3c82b7c34
Author: Chris Cormack 
Date:   Fri Feb 26 21:43:58 2010 +1300

Ukranian sql updates Serhij Dubyk

commit f8b5049ef9da2f515a94901185f89414c7ac473b
Author: Chris Cormack 
Date:   Fri Feb 26 21:21:40 2010 +1300

Updated Russian SQL files

TLDR; I think it's just cruft.
---
http://www.kylehall.info
ByWater Solutions ( http://bywatersolutions.com )
Meadville Public Library ( http://www.meadvillelibrary.org )
Crawford County Federated Library System ( http://www.ccfls.org )


On Wed, Oct 20, 2021 at 1:45 PM Elaine Bradtke  wrote:

> As I said before, we don't customize Koha.  It's there, we didn't add it.
> Elaine
> VWML 
>
>
>
> On Tue, Oct 19, 2021 at 11:36 AM Owen Leonard  wrote:
>
> > > It is, however, listed under the Local use tab.
> >
> > I somehow missed this part of your original message. Preference can
> > show up under Local use if they're not officially part of Koha. If you
> > had a customization at one time which included that preference it
> > would make sense that it is still around even if the customization is
> > long gone.
> >
> > It's not part of Koha.
> >
> >  -- Owen
> >
> ___
>
> 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


Re: [Koha] Local use preference OPACviewMARC doesn't switch off?

2021-10-20 Thread Elaine Bradtke
As I said before, we don't customize Koha.  It's there, we didn't add it.
Elaine
VWML 



On Tue, Oct 19, 2021 at 11:36 AM Owen Leonard  wrote:

> > It is, however, listed under the Local use tab.
>
> I somehow missed this part of your original message. Preference can
> show up under Local use if they're not officially part of Koha. If you
> had a customization at one time which included that preference it
> would make sense that it is still around even if the customization is
> long gone.
>
> It's not part of Koha.
>
>  -- Owen
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Error "500" on Opac

2021-10-20 Thread Jonathan Druart
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  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


Re: [Koha] patron permission for one library

2021-10-20 Thread Yatheesh lis
hi
thank you for your replay
I have created user that particular library
 I have made the following changes  Is it ok

Home  › Administration
 › System
preferences> Administration preferences> Login options> IndependentBranches
> Yes


On Tue, Oct 19, 2021 at 7:57 AM Decka David 
wrote:

> Create that person/patron under that particular library and set it's
> permission privileges through administration module.
>
> On Mon, Oct 18, 2021, 6:42 PM vikram zadgaonkar <
> vikramczadgaon...@gmail.com> wrote:
>
>> Hi,
>> You may enable prevent patron option in administration.
>>
>> On Mon, 18 Oct, 2021, 2:06 pm Yatheesh lis,  wrote:
>>
>> > Hi
>> >
>> > how to set patron permission for only one library  (all permissions).
>> This
>> > patron should not edit other library data
>> >
>> >
>> > --
>> >
>> > Y.Yatheesh Babu
>> > 8247838231
>> > ___
>> >
>> > 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
>>
>

-- 

Y.Yatheesh Babu
8247838231
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha