Hi all, We recently upgraded to 17.05.01 from 16.11.05. When we try to use the clubs feature by clicking on Tools-> Patron Clubs link, we are getting 404 error. We dont seem to be having the clubs.pl file. What should we do ? Appreciate your inputs. Also, is there any write up or tutorial on the patron club feature ? -- Regards, Krishna
We recently upgraded to 17.05.01 from 16.11.05. When we try to use the clubs feature by clicking on Tools-> Patron Clubs link, we are getting 404 error.
It sounds like there was a problem during the upgrade process, though I don't know what it might have been. One solution would be to take a full backup of your Koha database and reinstall 17.05.x from scratch. Unfortunately it doesn't look like there is any documentation for the patron clubs feature yet. :( -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Hi
We recently upgraded to 17.05.01 from 16.11.05. When we try to use the clubs feature by clicking on Tools-> Patron Clubs link, we are getting 404 error.
It sounds like there was a problem during the upgrade process, though I don't know what it might have been. One solution would be to take a full backup of your Koha database and reinstall 17.05.x from scratch.
Unfortunately it doesn't look like there is any documentation for the patron clubs feature yet. :(
Features without documentation are almost like non-existing... :( However, out of curiosity I tried to use the clubs feature in my own demo installation as well as in an installation that I recently updated from Koha 3.20 to 17.05. Both of them will show no clubs feature but just a white screen saying "Not found" when click the "clubs" link which looks something like this http://yourhost:yourport/cgi-bin/koha/clubs/clubs.pl The file system of both hosts don't show no file called "clubs.pl" anywhere. The output of the update process said only "Upgrade to 16.12.00.027 done (Bug 12461 - Add patron clubs feature)" which doesn't indicate any error. So maybe the error is somewhere in the upgrade routine. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
Excerpts from Krishna K's message of 2017-07-30 06:02:15 +0000:
We recently upgraded to 17.05.01 from 16.11.05. When we try to use the clubs feature by clicking on Tools-> Patron Clubs link, we are getting 404 error. We dont seem to be having the clubs.pl file. What should we do ? Appreciate your inputs.
[Apologies if this is a dupe message; my previous reply seems to have been rejected by the list server.] I think there may be problem with the koha-common package. I don't see clubs.pl in there: % dpkg -L koha-common | egrep clubs /usr/share/koha/opac/cgi-bin/opac/clubs /usr/share/koha/opac/cgi-bin/opac/clubs/clubs-tab.pl /usr/share/koha/opac/cgi-bin/opac/clubs/enroll.pl /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/clubs.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt But I do see clubs.pl in the git repository: % pwd /home/marka/shared/tools/kohaclone % ls -laF clubs total 36 drwxr-xr-x 2 marka marka 4096 Jul 19 16:00 ./ drwxr-xr-x 47 marka marka 4096 Aug 9 11:07 ../ -rwxr-xr-x 1 marka marka 1267 Jul 19 16:00 club-enrollments.pl* -rwxr-xr-x 1 marka marka 3575 Jul 19 16:00 clubs-add-modify.pl* -rwxr-xr-x 1 marka marka 1740 Jul 19 16:00 clubs.pl* -rwxr-xr-x 1 marka marka 1504 Jul 19 16:00 patron-clubs-tab.pl* -rwxr-xr-x 1 marka marka 1358 Jul 19 16:00 patron-enroll.pl* -rwxr-xr-x 1 marka marka 5524 Jul 19 16:00 templates-add-modify.pl*
Please check this bug I filed: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Regards El mié., 9 ago. 2017 a las 12:13, Mark Alexander (<marka@pobox.com>) escribió:
Excerpts from Krishna K's message of 2017-07-30 06:02:15 +0000:
We recently upgraded to 17.05.01 from 16.11.05. When we try to use the clubs feature by clicking on Tools-> Patron Clubs link, we are getting 404 error. We dont seem to be having the clubs.pl file. What should we do ? Appreciate your inputs.
[Apologies if this is a dupe message; my previous reply seems to have been rejected by the list server.]
I think there may be problem with the koha-common package. I don't see clubs.pl in there:
% dpkg -L koha-common | egrep clubs /usr/share/koha/opac/cgi-bin/opac/clubs /usr/share/koha/opac/cgi-bin/opac/clubs/clubs-tab.pl /usr/share/koha/opac/cgi-bin/opac/clubs/enroll.pl /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs/ clubs-tab.tt /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/modules/clubs/ enroll.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ templates-add-modify.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ clubs.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ clubs-add-modify.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ patron-enroll.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ patron-clubs-tab.tt /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/clubs/ club-enrollments.tt
But I do see clubs.pl in the git repository:
% pwd /home/marka/shared/tools/kohaclone % ls -laF clubs total 36 drwxr-xr-x 2 marka marka 4096 Jul 19 16:00 ./ drwxr-xr-x 47 marka marka 4096 Aug 9 11:07 ../ -rwxr-xr-x 1 marka marka 1267 Jul 19 16:00 club-enrollments.pl* -rwxr-xr-x 1 marka marka 3575 Jul 19 16:00 clubs-add-modify.pl* -rwxr-xr-x 1 marka marka 1740 Jul 19 16:00 clubs.pl* -rwxr-xr-x 1 marka marka 1504 Jul 19 16:00 patron-clubs-tab.pl* -rwxr-xr-x 1 marka marka 1358 Jul 19 16:00 patron-enroll.pl* -rwxr-xr-x 1 marka marka 5524 Jul 19 16:00 templates-add-modify.pl* _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F
participants (5)
-
Krishna K -
Mark Alexander -
Michael Kuhn -
Owen Leonard -
Tomas Cohen Arazi