[Koha] How to set up SRU Server on Koha

2017-02-10 Thread Dalton Fury
Hi, One of our patrons are going to develop an app for our library. He asked me to provide him with an API. He wants to search for books, and then get item information. After googling around, I think that SRU might do the job. I read through koha-conf.xml and koha-conf-site.xml.in and I

Re: [Koha] Koha Server going down occasionally

2016-09-04 Thread Dalton Fury
Okey, so there is no crash. It's logrotate stopping Zebra and Plack, but not starting them afterwards. On 05-Sep-2016 2:22 am, "Dalton Fury" <daltonfur...@gmail.com> wrote: > I have made some progress thanks to rangi. So for some unknown reason, > plack and zebra we

Re: [Koha] Koha Server going down occasionally

2016-09-04 Thread Dalton Fury
I have made some progress thanks to rangi. So for some unknown reason, plack and zebra went down sunday morning. The 503 was caused due to plack going down. Koha seem to be running fine after I restarted zebra and started plack. Here are the logs for the crash: 1) zebra-error.log: 20160904

[Koha] Koha Server going down occasionally

2016-09-04 Thread Dalton Fury
Hi, Our koha server seems to be going down once every week on an average. Staff can log in, but can't do anything from there. Similarly, the OPAC main page comes up, but when I try to do something I get a "503 Service Unavailable". Here are the logs corresponding to the issue:

[Koha] Setting up a koha mirror with read only access to the koha database

2016-09-03 Thread Dalton Fury
Hello, I would like to setup a second Koha server on a separate machine M, with read-only access to the koha database on our main machine K. (and update permission to the table zebraqueue) So what I did was to create the user mentioned in the file outputted by koha-create --request-db on the

Re: [Koha] Global system preferences changes not taking effect completely

2016-08-25 Thread Dalton Fury
Dear Chris, Yes, we have both memcached and plack running. Any clue as to what is happening? I may have found something relevant in the logs: http://athena.nitc.ac.in/navaneeth_b140143cs/plack-error.log Thanks, Dalton On Thu, Aug 25, 2016 at 9:31 AM, Chris Cormack

[Koha] Global system preferences changes not taking effect completely

2016-08-24 Thread Dalton Fury
Hi, I would like to report some strange behavior. It is a bit long story (feel free to skip to the last three paragraphs), but please tell me what you think about what is happening. Initially we were running Koha 3.22.08. Due to some unrelated reasons, we had to remove and reinstall koha. So we

[Koha] Redirect to Batch Checkout Page using RFID

2016-08-21 Thread Dalton Fury
Hola, My jQuery/Javascript code has a cardnumber, and needs to redirect the page to the patron's batch checkout page. How do I do this? The only solution I can think of is to query the Koha database for the borrowernumber and construct the URL. Is there a better solution to this?

[Koha] Two different withdrawn fields

2016-08-21 Thread Dalton Fury
Hola, I see two different withdrawn fields for every item. One is a YES/NO field found under status section of each item: http://imgur.com/a/j8lvv and other is found when you edit an item: http://imgur.com/a/s5g6y The second withdrawn field does not confuse me because as it is the one for

Re: [Koha] Don't allow check in unless dues are cleared.

2016-08-17 Thread Dalton Fury
aon...@gmail.com> wrote: > Hi, > This you can do through fine policy in koha administration. > > On 17-Aug-2016 10:18 AM, "Dalton Fury" <daltonfur...@gmail.com> wrote: > >> Hi all, >> >> We have migrated to koha a month ago and are very happy ever sin

Re: [Koha] IP restrictions not taking effect

2016-08-16 Thread Dalton Fury
ty.org/manual/master/ > en/html-desktop/#AutoLocation > > Hope this helps, > > Katrin > > Am 10.08.2016 um 13:40 schrieb Dalton Fury: > > Hi, > > > > I am trying to restrict staff logins to one subnet. What I tried is to > set" > > IP" field i

[Koha] Don't allow check in unless dues are cleared.

2016-08-16 Thread Dalton Fury
Hi all, We have migrated to koha a month ago and are very happy ever since. We have a policy that if a book has some fine, the patron must pay it at the time of returning the book. Unless he clears the due, he should not be allowed to return the book. How do I enforce this in koha? Regards,

Re: [Koha] unable to locate koha-common

2016-08-13 Thread Dalton Fury
Please post the output of the following three commands: 1) cat /etc/apt/sources.list.d/koha.list 2) wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add - 3) sudo apt-get update On Sat, Aug 13, 2016 at 8:57 PM, Mark Tompsett wrote: > Greetings, > >

[Koha] Help integrating RFID readers

2016-08-10 Thread Dalton Fury
Hi, I just need a little advice. We have bought some non-SIP2 compatible RFID readers. What I was thinking of doing was to bind a python script to a keyboard shortcut. So when the patron card and a set of books are kept on the reader, our staff at the issue counter will invoke this script that

[Koha] IP restrictions not taking effect

2016-08-10 Thread Dalton Fury
Hi, I am trying to restrict staff logins to one subnet. What I tried is to set" IP" field in "Modify Library" to "192.168.56.*". But to our dismay, this did not have any effect. We even tried restricting staff logins to a particular IP, but even that did not work. What am I missing here?

[Koha] Alert the staff when a patron visits the library

2016-07-30 Thread Dalton Fury
Hi, One of our patron's library card has been stolen. The person who has the card is misusing it to take books. Is there a way to alert the staff when the stolen card is used in the library? Thanks! ___ Koha mailing list http://koha-community.org

[Koha] Specify in IntranetUserJS to load from a file

2016-07-29 Thread Dalton Fury
Hi, I am deploying a large Javascript code using IntranetUserJS. It would be very much easier if I could put it in a file somewhere and load the file. If it is possible, where should I keep the file and what should I write in IntranetUserJS so as to make koha use this file? Thanks!

[Koha] Slight delay for changes to IntranetUserJS to take effect

2016-07-29 Thread Dalton Fury
Hi, I don't know if it is a bug, a feature, or something wrong in my installation. Can anyone explain why it will take some time for any changes made to IntranetUserJS to take effect? I will save the changes, go to a page, view it's source, and the changes are not seen. I typed till this much,