[Koha] An Error has Occured! Error 404

MJ Ray mjr at phonecoop.coop
Fri Mar 8 00:22:43 NZDT 2013


"Raphael Chisanga Muonga" <chisangaz at gmail.com>
> Error 404 [...]
> I am getting this error in Koha 3.2  Tools >Patron Card Creator>Manage
> Patron Card Batches
> when trying to move to next page of the Patron listing.

This was fixed in commit 332e701c258a126cbc90862c12249de7aaada710
Author: Koustubha Kale <kmkale at anantcorp.com>
Date:   Sat Apr 2 22:23:06 2011 +0530

You can either change the line around 95 in patroncards/members-search.pl from

    my $base_url = __FILE__ . '?' . join('&', map { $_->{term} . ' = ' . $_->{val} } (

to

    my $base_url = '?' . join('&', map { $_->{term} . '=' . $_->{val} } (

or you can upgrade to a Koha version released after April 2011.
The fix appears to be in 3.04.00 and 3.02.08.

Upgrading will give you about 3600 other bugfixes and improvements.
Koha-community works hard for you!

Hope that helps,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/


More information about the Koha mailing list