[Koha] Re: NPL - Z39.50 - returns results and then
reloads nonexistent page (Error 404)
Mike D.
dalgity at htl.net
Fri Aug 19 07:05:55 NZST 2005
Thomas D <koha at ...> writes:
>
> Mike,
>
> What version of Koha are you running?
Thanks for the reply Thomas. I'm using Ver 2.2.3 downloaded about 2 weeks ago.
>
> What do you find in line 103 for
> /usr/local/koha/intranet/cgi-bin/z3950/search.pl or wherever you put
> /z3950/search.pl?
>
> Line 103 should not be as follows:
>
> refresh => ($numberpending eq 0 ? 0 : "search.pl?bibid=$bibid&random=$random")
>
> If you find that,with an '0' after the '?' change it to the following:
>
> refresh => ($numberpending eq 0 ? "" : "search.pl?bibid=$bibid&random=$random")
>
> Now you should have empty quotes '""' instead of '0'.
Your fix worked for me. Just a side note in case anyone looks into this: the
page continues to refresh after finishing but at least the results don't
disappear into a 404.
>
> This should have been corrected in the current version, if not, well someone
> should ensure that it is for current downloads.
>
> I had obtained this fix from hdl when I was having other problems with the
> Koha Z39.50 client.
>
> Thomas D
Thanks again Thomas,
Mike D.
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
More information about the Koha
mailing list