[Koha] Reserves problem

Jethro Carr jethro.carr at prophecy.net.nz
Fri Jun 8 10:16:21 NZST 2007


On 7/06/2007, at 9:45 PM, Chris Cormack wrote:

>
> On 7/06/2007, at 9:27 PM, Chris Cormack wrote:
>
>>
>> On 7/06/2007, at 3:43 PM, Jethro Carr wrote:
>>>> t
>>>
>>> FYI: I've emailed Chris a copy of opac-user.pl, and opac-user.tmpl.
>>>
>>> I took a look into the template file, but like Chris, I found  
>>> that it is certainly a  TMPL_LOOP. :-/
>>>
>> Just an update for those following this problem.
>> It appears this problem only occurs with HTML::Template version  
>> 2.9, I was running 2.8 and things were working fine.
>> Both Jethro and Bo are running 2.9. I upgraded to version 2.9 and  
>> bang internal server error. So something has changed in  
>> HTML::Template between 2.8 and 2.9 that has meant it no longer works.
>>
>> Other TMPL_LOOP's seem to be working okay, so there must be  
>> something special about this one that is causing it to break.
>>
>
> Ok,
>
> So this is bizarre, If I change
> $template->param(RESERVES => $reserves);
> to
> $template->param(RESERVE => $reserves);
>
> In opac-user.pl
>
> And then change
> <!-- TMPL_LOOP NAME="RESERVES" -->
> to
> <!-- TMPL_LOOP NAME="RESERVE" -->
>
> in opac-user.tmpl
>
> Suddenly the error goes away.
> If either of you could confirm this works for you, that would be  
> great, and ill commit it to cvs, so that it comes out in the next  
> version ... weird
>

awesome, that works for me too. :-)

Weird problem - perhaps the RESERVES variable is getting used  
somewhere else and is clashing with the usage in opac-users?


Thanks for the help Chris, it's appreciated. :-)

-- 
Jethro Carr
Prophecy Networks Ltd
Level 5, Hallenstein House
276-278 Lambton Quay
Wellington
PO Box: 25-200
Mobile: +64 21-977-207
Land:   +64 4-910-3000




More information about the Koha mailing list