An Error has Occured! Error 404
An Error has Occurred! Error 404 . This error means that the link was broken and that the page doesn't exist . To report this error, you can <mailto:root@localhost> email the Koha Administrator. . Use top menu bar to navigate to another part of Koha. 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. What should I do to resolve this problem. It is only working for t hose on the first page. Raphael Email me as chisangaz@gmail.com
"Raphael Chisanga Muonga" <chisangaz@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@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/
participants (2)
-
MJ Ray -
Raphael Chisanga Muonga