Offline Circulation Uploader
Hi there, I would like to start using the Koha Offline Circulation utility, but when I click on the Offline Circulation File (.koc) Uploader in Koha I get the following message: 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 email the Koha Administrator<cclkoha@gmavt.net> . - Use top menu bar to navigate to another part of Koha. Do I need to enable something for this link to find the proper page? Debian Etch Perl 5.8 Koha v. 3.01.00.002 & 3.01.00.012 Thanks for any insight.
First off, does does the file offline_circ/process_koc.pl exists? Second, you can look at the apache log file koha-error_log and let us know what messages pop up when you click the link. That should be enough to tell what is going on. Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Feb 9, 2009 at 10:15 AM, Fooled One <fooledone@gmail.com> wrote:
Hi there,
I would like to start using the Koha Offline Circulation utility, but when I click on the Offline Circulation File (.koc) Uploader in Koha I get the following message:
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 email the Koha Administrator<cclkoha@gmavt.net> . - Use top menu bar to navigate to another part of Koha.
Do I need to enable something for this link to find the proper page?
Debian Etch Perl 5.8 Koha v. 3.01.00.002 & 3.01.00.012
Thanks for any insight.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks for all the quick responses. So sure enough it looks like the file offline_circ/process_koc.pl does not exist. Which was verified by the koha-error-log. I had assumed it was a file that was included during the install. So it looks like I just need to obtain this file/script. Could someone point me in the right direction to grab this? I am assuming I just need to copy it over into the proper directory and I should be good to go. I did some Google searches, but didn't come across the files I need. Thanks so much. On Mon, Feb 9, 2009 at 1:01 PM, Kyle Hall <kyle.m.hall@gmail.com> wrote:
First off, does does the file offline_circ/process_koc.pl exists? Second, you can look at the apache log file koha-error_log and let us know what messages pop up when you click the link. That should be enough to tell what is going on.
Kyle
http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
On Mon, Feb 9, 2009 at 10:15 AM, Fooled One <fooledone@gmail.com> wrote:
Hi there,
I would like to start using the Koha Offline Circulation utility, but when I click on the Offline Circulation File (.koc) Uploader in Koha I get the following message:
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 email the Koha Administrator<cclkoha@gmavt.net> . - Use top menu bar to navigate to another part of Koha.
Do I need to enable something for this link to find the proper page?
Debian Etch Perl 5.8 Koha v. 3.01.00.002 & 3.01.00.012
Thanks for any insight.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
You are right, on the distributed source there are no offline_circ files, but... on the one that can be downloaded using git there are (or were)!! Y attach a tar.gz with those files, the offline module and the corresponding tmpl. Hope that helps. bgk On Tue, Feb 10, 2009 at 1:51 PM, Fooled One <fooledone@gmail.com> wrote:
Thanks for all the quick responses. So sure enough it looks like the file offline_circ/process_koc.pl does not exist. Which was verified by the koha-error-log. I had assumed it was a file that was included during the install. So it looks like I just need to obtain this file/script. Could someone point me in the right direction to grab this? I am assuming I just need to copy it over into the proper directory and I should be good to go. I did some Google searches, but didn't come across the files I need.
Thanks so much.
On Mon, Feb 9, 2009 at 1:01 PM, Kyle Hall <kyle.m.hall@gmail.com> wrote:
First off, does does the file offline_circ/process_koc.pl exists? Second, you can look at the apache log file koha-error_log and let us know what messages pop up when you click the link. That should be enough to tell what is going on.
Kyle
http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
On Mon, Feb 9, 2009 at 10:15 AM, Fooled One <fooledone@gmail.com> wrote:
Hi there,
I would like to start using the Koha Offline Circulation utility, but when I click on the Offline Circulation File (.koc) Uploader in Koha I get the following message:
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 email the Koha Administrator<cclkoha@gmavt.net> . - Use top menu bar to navigate to another part of Koha.
Do I need to enable something for this link to find the proper page?
Debian Etch Perl 5.8 Koha v. 3.01.00.002 & 3.01.00.012
Thanks for any insight.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I was able to get the link working correctly with everyone's help - thanks so much! I do have another question though. I am using Webmin to schedule a cronjob to run the "create_koc_db.pl" script. When I run the job, I get the message: "No output generated." The command I am using is: perl -I/usr/share/koha/lib /usr/share/koha/bin/cronjobs/create_koc_db.pl It looks like it is running properly, but it doesn't generate any output. This actually happens with the holds queue script as well. Any thoughts as to what I might be doing wrong? On Tue, Feb 10, 2009 at 11:19 AM, Bernardo Gonzalez Kriegel < gonzalez@famaf.unc.edu.ar> wrote:
You are right, on the distributed source there are no offline_circ files, but... on the one that can be downloaded using git there are (or were)!!
Y attach a tar.gz with those files, the offline module and the corresponding tmpl. Hope that helps.
bgk
On Tue, Feb 10, 2009 at 1:51 PM, Fooled One <fooledone@gmail.com> wrote:
Thanks for all the quick responses. So sure enough it looks like the file offline_circ/process_koc.pl does not exist. Which was verified by the koha-error-log. I had assumed it was a file that was included during the install. So it looks like I just need to obtain this file/script. Could someone point me in the right direction to grab this? I am assuming I just need to copy it over into the proper directory and I should be good to go. I did some Google searches, but didn't come across the files I need.
Thanks so much.
On Mon, Feb 9, 2009 at 1:01 PM, Kyle Hall <kyle.m.hall@gmail.com> wrote:
First off, does does the file offline_circ/process_koc.pl exists? Second, you can look at the apache log file koha-error_log and let us know what messages pop up when you click the link. That should be enough to tell what is going on.
Kyle
http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
On Mon, Feb 9, 2009 at 10:15 AM, Fooled One <fooledone@gmail.com> wrote:
Hi there,
I would like to start using the Koha Offline Circulation utility, but when I click on the Offline Circulation File (.koc) Uploader in Koha I get the following message:
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 email the Koha Administrator<cclkoha@gmavt.net> . - Use top menu bar to navigate to another part of Koha.
Do I need to enable something for this link to find the proper page?
Debian Etch Perl 5.8 Koha v. 3.01.00.002 & 3.01.00.012
Thanks for any insight.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
So I think I solved my own problem - for some reason entering the command in the terminal seemed to work just fine. On Tue, Feb 10, 2009 at 2:27 PM, Fooled One <fooledone@gmail.com> wrote:
I was able to get the link working correctly with everyone's help - thanks so much! I do have another question though. I am using Webmin to schedule a cronjob to run the "create_koc_db.pl" script. When I run the job, I get the message: "No output generated."
The command I am using is:
perl -I/usr/share/koha/lib /usr/share/koha/bin/cronjobs/create_koc_db.pl
It looks like it is running properly, but it doesn't generate any output. This actually happens with the holds queue script as well. Any thoughts as to what I might be doing wrong?
participants (3)
-
Bernardo Gonzalez Kriegel -
Fooled One -
Kyle Hall