[Koha] Holds not working on Staff client

MJ Ray mjr at phonecoop.coop
Fri Oct 15 03:40:11 NZDT 2010


Chris Hobbs wrote:
>   Another cry for help :-)
> On 9/15/10 5:15 PM, Chris Hobbs wrote:
> > We're running 3.00.05. [...]
> > [Wed Sep 15 16:57:47 2010] [error] [client 206.210.224.74] Script 
> > timed out before returning headers: request.pl, referer: 
> > http://koha.nhusd.k12.ca.us:8080/cgi-bin/koha/catalogue/detail.pl?biblionumber=78399
> >
> > Any ideas on how to troubleshoot this?

1. upgrade to 3.00.06

2. try running the perl function calls that are the main purpose of
reserve/request.pl?biblionumber=78399 
in a debugger to see where it's getting stuck.  I think they start with
  perl -MC4::Biblio -e 'print GetBiblioData(78399)."\n";'
  perl -MC4::Biblio -e 'print CanBookBeReserved(BORROWERNUMBER,78399)."\n";'
  perl -MC4::Biblio -e 'print GetReservesFromBiblionumber(78399)."\n";'
...but read the source for a full list.

3. maybe report it as a bug.

Hope that helps,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
Past Koha Release Manager (2.0), LMS programmer, statistician, webmaster.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire for Koha work http://www.software.coop/products/koha


More information about the Koha mailing list