[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-win32] Can't login to patron acct from OPAC page
From: |
MKLEE |
Subject: |
Re: [Koha-win32] Can't login to patron acct from OPAC page |
Date: |
Sun, 12 Aug 2007 06:02:27 -0700 (PDT) |
Hi John,
This seems to happen for everyone that has borrowed a book. I tried to
create a new borrower and tested. The same error occured after borrowing a
book. It became normal again after returning the book. I am using below
versions of software.
Apache 2.2.4
ActivePerl 5.8.8.20
MySQL 4.1.22
Koha 2.2.8.
Thanks
Doris Lee
John Choo wrote:
>
> Hi,
>
> Is anybody else facing this problem besides Doris and sVikas?
>
> Doris, does this happen to everyone that has borrowed a book? Could you
> try creating a new borrower and try if the error pops up before and after
> borrowing a book.
>
> I don't encounter this problem even after running the v228 code.
> I'm running:
> Apache 2.0.59
> ActiveState Perl 5.8.8.819
>
> john
>
>
> MKLEE wrote:
>>
>> Hi,
>>
>> I have created a patron record (with OPAC login & password set) and
>> defined the neccessary issuing rules. Before the patron checks out an
>> item, he can log in to his account from http://OPAC. Problem occurs after
>> he has checked out something. He can no longer log in to his account from
>> OPAC. Koha returns a HTTP 500 error. But sooner after he returns the
>> item, he can log in to his account again. It seems patrons with checked
>> out items cannot get into their accounts from OPAC.
>>
>> I am using Koha 2.2.8. Below are the last few lines of opac-error.log:
>>
>> [Thu Aug 09 17:29:56 2007] [error] [client 127.0.0.1] Premature end of
>> script headers: opac-user.pl, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 17:29:56 2007] [error] [client 127.0.0.1]
>> HTML::Template->output() : fatal error in loop output :
>> HTML::Template::param() : attempt to set parameter 'reserves' with an
>> array ref - parameter is not a TMPL_LOOP! at
>> C:/usr/site/lib/HTML/Template.pm line 3069, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 17:29:56 2007] [error] [client 127.0.0.1] at
>> C:/usr/koha228/opac/cgi-bin/koha/opac-user.pl line 158, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 23:47:58 2007] [error] [client 127.0.0.1] Premature end of
>> script headers: opac-user.pl, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 23:47:58 2007] [error] [client 127.0.0.1]
>> HTML::Template->output() : fatal error in loop output :
>> HTML::Template::param() : attempt to set parameter 'reserves' with an
>> array ref - parameter is not a TMPL_LOOP! at
>> C:/usr/site/lib/HTML/Template.pm line 3069, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 23:47:58 2007] [error] [client 127.0.0.1] at
>> C:/usr/koha228/opac/cgi-bin/koha/opac-user.pl line 158, referer:
>> http://opac/cgi-bin/koha/opac-main.pl
>> [Thu Aug 09 23:49:12 2007] [error] [client 127.0.0.1] Premature end of
>> script headers: opac-user.pl, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Thu Aug 09 23:49:12 2007] [error] [client 127.0.0.1]
>> HTML::Template->output() : fatal error in loop output :
>> HTML::Template::param() : attempt to set parameter 'reserves' with an
>> array ref - parameter is not a TMPL_LOOP! at
>> C:/usr/site/lib/HTML/Template.pm line 3069, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Thu Aug 09 23:49:12 2007] [error] [client 127.0.0.1] at
>> C:/usr/koha228/opac/cgi-bin/koha/opac-user.pl line 158, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Thu Aug 09 23:53:26 2007] [error] [client 127.0.0.1] Premature end of
>> script headers: opac-user.pl, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Thu Aug 09 23:53:26 2007] [error] [client 127.0.0.1]
>> HTML::Template->output() : fatal error in loop output :
>> HTML::Template::param() : attempt to set parameter 'reserves' with an
>> array ref - parameter is not a TMPL_LOOP! at
>> C:/usr/site/lib/HTML/Template.pm line 3069, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Thu Aug 09 23:53:26 2007] [error] [client 127.0.0.1] at
>> C:/usr/koha228/opac/cgi-bin/koha/opac-user.pl line 158, referer:
>> http://opac/cgi-bin/koha/opac-user.pl
>> [Fri Aug 10 00:05:28 2007] [error] [client 127.0.0.1] Premature end of
>> script headers: opac-user.pl, referer:
>> http://opac/cgi-bin/koha/opac-account.pl
>> [Fri Aug 10 00:05:28 2007] [error] [client 127.0.0.1]
>> HTML::Template->output() : fatal error in loop output :
>> HTML::Template::param() : attempt to set parameter 'reserves' with an
>> array ref - parameter is not a TMPL_LOOP! at
>> C:/usr/site/lib/HTML/Template.pm line 3069, referer:
>> http://opac/cgi-bin/koha/opac-account.pl
>> [Fri Aug 10 00:05:28 2007] [error] [client 127.0.0.1] at
>> C:/usr/koha228/opac/cgi-bin/koha/opac-user.pl line 158, referer:
>> http://opac/cgi-bin/koha/opac-account.pl
>>
>> Any ideas, please?
>>
>> Thanks
>> Doris Lee
>>
>
>
--
View this message in context:
http://www.nabble.com/Can%27t-login-to-patron-acct-from-OPAC-page-tf4243498.html#a12113992
Sent from the Koha - Win32 mailing list archive at Nabble.com.