Re: [Koha] Zebra Error

2014-06-03 Thread Nicholas van Rheede van Oudtshoorn
Check if you've got the directory /usr/lib/idzebra-2.0/modules or the directory /usr/lib64/idzebra-2.0/modules on your server. Chances are it'll be the second option. If so, edit these four files /etc/koha/zebradb/zebra-authorities.cfg

Re: [Koha] Zebra Error

2014-06-03 Thread Indranil Das Gupta
Hi, On Tue, Jun 3, 2014 at 11:19 AM, Nicholas van Rheede van Oudtshoorn vano...@gmail.com wrote: Are you on a 64bit system or a 32bit one. I know that on fedora 64, one has to adjust the zebra config files to point the modulepath to lib64 rather than lib Nick On Tue, Jun 3, 2014 at

Re: [Koha] Zebra Error

2014-06-03 Thread Nicholas van Rheede van Oudtshoorn
Hmmm - afraid I'm out of my depths too, then :-( Sorry - and best of luck! On Tue, Jun 3, 2014 at 2:03 PM, Indranil Das Gupta indr...@gmail.com wrote: Hi, On Tue, Jun 3, 2014 at 11:19 AM, Nicholas van Rheede van Oudtshoorn vano...@gmail.com wrote: Are you on a 64bit system or a 32bit one.

Re: [Koha] Zebra Error

2014-06-03 Thread Mayank Srivastava
Hi Nicholas, You were right, I updated the paths. While re-indexing i got some errors, I have attached them. When I search something, i get the following error: *Search biblios ERROR 114 1 1+0 RPN @attrset Bib-1 @attr 1=1016 @attr 4=6 @attr 5=1 states* Earlier the error code was: 109.

Re: [Koha] Zebra Error

2014-06-03 Thread Nicholas van Rheede van Oudtshoorn
H - step in the right direction How long is that etc/zebradb/biblios/etc/dom-config.xml file? That is, how many lines? Is it 54 lines long? On Tue, Jun 3, 2014 at 2:25 PM, Mayank Srivastava mayanksri1...@gmail.com wrote: Hi Nicholas, You were right, I updated the paths. While

Re: [Koha] Zebra Error

2014-06-03 Thread Mayank Srivastava
Yes 54 lines. On Tue, Jun 3, 2014 at 11:59 AM, Nicholas van Rheede van Oudtshoorn vano...@gmail.com wrote: H - step in the right direction How long is that etc/zebradb/biblios/etc/dom-config.xml file? That is, how many lines? Is it 54 lines long? On Tue, Jun 3, 2014 at 2:25 PM,

Re: [Koha] Zebra Error

2014-06-03 Thread Nicholas van Rheede van Oudtshoorn
H - in that case Mayank, I'm afraid I'm out of ideas! Maybe someone else can chime in on this one? Nick On Tue, Jun 3, 2014 at 2:31 PM, Mayank Srivastava mayanksri1...@gmail.com wrote: Yes 54 lines. On Tue, Jun 3, 2014 at 11:59 AM, Nicholas van Rheede van Oudtshoorn vano...@gmail.com

Re: [Koha] Zebra Error

2014-06-03 Thread Mayank Srivastava
Thanks for the help Nick, I'll keep trying, will let you know once its done! :) On Tue, Jun 3, 2014 at 12:07 PM, Nicholas van Rheede van Oudtshoorn vano...@gmail.com wrote: H - in that case Mayank, I'm afraid I'm out of ideas! Maybe someone else can chime in on this one? Nick On

Re: [Koha] Zebra Error

2014-06-03 Thread Mayank Srivastava
Hi Nick, The problem was solved by your suggestion, it was because of some debug code I had written in the script which was causing problem after that. I took a fresh copy and ran the re-indexing and now my search works. Thanks everyone in the thread for their help! God Bless! Mayank On Tue,

Re: [Koha] Zebra Error

2014-06-03 Thread Nicholas van Rheede van Oudtshoorn
Fantastic to hear! Although I think Indranil had the same suggestion, now that I read through the thread! Good luck with your further koha adventures!! God bless, Nick On Tue, Jun 3, 2014 at 3:15 PM, Mayank Srivastava mayanksri1...@gmail.com wrote: Hi Nick, The problem was solved by your

Re: [Koha] Focus lost when using barcode scanner

2014-06-03 Thread Fridolin SOMERS
What browser are you using ? Do you have some code in preference intranetuserjs ? Le 03/06/2014 02:22, Marty a écrit : Thanks for your answer. I cleared the browser cache, but that does not seem to make any difference. And yes, it is using /circ/returns.pl It is doing exactly the same for

Re: [Koha] JQuery Help to Choose Tab

2014-06-03 Thread Fridolin SOMERS
Hie, I think I have a working code. It simply simulates the user click on the tab title : $(document).ready(function(){ $(#header_search a[href='#catalog_search']).click(); }); Best regards, Le 03/06/2014 04:38, Nicole Engard a écrit : Hi all, I'm wondering if you could help. I want to

[Koha] report for items in transit

2014-06-03 Thread vikram zadgaonkar
Hi, I am looking for a report for all items which are in transit. Thanks in advance. Vikram Zadgaonkar ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

[Koha] Statistic for daily catalogers achievement in date range

2014-06-03 Thread Karam Qubsi
Hi all , some libraries need to monitor the achievement of their catalogers , I added 2 new reports to the wiki page , I hope it will be helpful for some libraries . http://wiki.koha-community.org/wiki/SQL_Reports_Library#Statistic_for_daily_catalogers_achievement_in_date_range_for_bib_records

[Koha] Suggestion Management: Customizing the Order of Navigation Status Tabs

2014-06-03 Thread Arun Kumar
Hello, We are trying to customize the order in which the *navigation status tabs* must be appearing in suggestion management of Acquisition module in KOHA. By default its taking the order Accepted---Pending---Checked---Ordered we need it in a specific order

Re: [Koha] report for items in transit

2014-06-03 Thread Katelyn Browne
We don't really use in transit, but I think this should do what you want: SELECT bt.itemnumber, b.title, i.itemcallnumber, i.barcode, bt.datesent, bt.frombranch, bt.tobranch FROM branchtransfers bt LEFT JOIN items i USING (itemnumber) LEFT JOIN biblio b USING (biblionumber) WHERE bt.datearrived

Re: [Koha] JQuery Help to Choose Tab

2014-06-03 Thread Nicole Engard
On Tue, Jun 3, 2014 at 12:58 AM, Fridolin SOMERS fridolin.som...@biblibre.com wrote: $(document).ready(function(){ $(#header_search a[href='#catalog_search']).click(); }); That works on every page in the staff client, but if I wanted it to work on the main page only so I edited it like

Re: [Koha] report for items in transit

2014-06-03 Thread vikram zadgaonkar
Thanks a lot. Its working. Vikram Zadgaonkar On Tue, Jun 3, 2014 at 6:04 PM, Katelyn Browne kbro...@ccpcs.org wrote: We don't really use in transit, but I think this should do what you want: SELECT bt.itemnumber, b.title, i.itemcallnumber, i.barcode, bt.datesent, bt.frombranch, bt.tobranch

Re: [Koha] JQuery Help to Choose Tab

2014-06-03 Thread Fridolin SOMERS
Much faster and simple : each page (intranet and opac) has an id on the body : For example for mainpage : $(document).ready(function(){ $(body#main_intranet-main #header_search a[href='#catalog_search']).click(); }); Le 03/06/2014 15:19, Nicole Engard a écrit : On Tue, Jun 3, 2014 at

Re: [Koha] Statistic for daily catalogers achievement in date range

2014-06-03 Thread Hillyard, Cecil
Does this require the cataloging logs to be turned on? Ours our turned off because it slows down things too much. __ Cecil Hillyard Washoe County Library -Tel: 775-327-8338 or 7750-327-8330 fax: 775-327-8334 -Original Message- From: Koha

Re: [Koha] Wipe Koha database (just auth and biblio records)

2014-06-03 Thread Pablo Bianchi
Hi Robin! So you agree with me that Appendix F (Resetting the Koha Database) of current (v3.16) manual is wrong? 2014-06-02 20:21 GMT-03:00 Robin Sheat ro...@catalyst.net.nz: Pablo Bianchi schreef op ma 02-06-2014 om 14:33 [-0300]: Am I right? This could be risky, having side effects? This

Re: [Koha] Wipe Koha database (just auth and biblio records)

2014-06-03 Thread Tomas Cohen Arazi
Pablo, it's about relational integrity: if you turn foreign keys constrains off, then OF COURSE you'll be able to delete whatever you want, and end up with an inconsistent database. As Robin pointed, using DELETE FROM, instead, will raise the ERRORS YOU NEED TO BE AWARE OF, so you can acknowledge

[Koha] [Repost] Add a proposal for hosting KohaCon15

2014-06-03 Thread Mason James
hi Folks last month the Koha mailing-list was playing up a bit… so we decided at today's Koha IRC meeting to repost Thomas' KohaCon15 email, in case people missed it the 1st time :) --- Begin forwarded message: From: Thomas Dukleth

Re: [Koha] KohaCon10 videos unavailable

2014-06-03 Thread Robin Sheat
Robin Sheat schreef op ma 26-05-2014 om 15:19 [+1200]: Does anyone know if those videos are available elsewhere? Preferably on a free (as in freedom) platform to reduce the risk of them becoming unavailable like this. Thanks to Kristina for providing me the files. I've uploaded all of them to

Re: [Koha] Statistic for daily catalogers achievement in date range

2014-06-03 Thread Karam Qubsi
Hi Cecil Yes the logs must be turned on because I used the action_logs table which requires this . Best regards On Tue, Jun 3, 2014 at 10:35 PM, Hillyard, Cecil chilly...@washoecounty.us wrote: Does this require the cataloging logs to be turned on? Ours our turned off because it slows down

Re: [Koha] Statistic for daily catalogers achievement in date range

2014-06-03 Thread Karam Qubsi
Hi all sorry there were a mistake in the reports in these lines : AND I.info!='biblio' AND I.info='biblio' AND I.info!='item' AND I.info='item' ( i fixed them on the wiki page ) Best wishes :) On Tue, Jun 3, 2014 at 6:01 PM, Karam Qubsi karamqu...@gmail.com wrote: Hi all , some

[Koha] Fwd: Fw: Kohacon 15

2014-06-03 Thread Olugbenga Adara
Hello all, I am just forwarding a copy of the mail sent to the list to announce the intention of Ibadan, Nigeria to bid for KohaCon15. I guess also because of the lists issues it never did show up as intended. Cheers Olugbenga Adara - Forwarded Message - From: Olugbenga Adara

[Koha] Appeal for developing/updating solr deployment documentation to BibLibre

2014-06-03 Thread Nur Ahammad
In Bangladesh we are like to use solr in koha. http://wiki.koha-community.org/wiki/Solr_deployment Please update this documentation. Presently it is not working. -- Nur Ahammad Junior Assistant Librarian Independent University, Bangladesh *Read to Know. Read to Learn. Read to Lead*

[Koha] KOHA is frequently giving following error

2014-06-03 Thread Vinod Kumar Mishra
Dear All, KOHA is frequently giving following error. after reboot, it works fine for few hours then again gives below error. - Software error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) at

Re: [Koha] KOHA is frequently giving following error

2014-06-03 Thread Chris Cormack
Looks like you have a problem with your mysql server. I would look at the logs for it Chris On 4 June 2014 4:52:10 pm NZST, Vinod Kumar Mishra vinod_librar...@rediffmail.com wrote: Dear All, KOHA is frequently giving following error. after reboot, it works fine for few hours then again

Re: [Koha] KOHA is frequently giving following error

2014-06-03 Thread Amit Gupta
Hi Vinod, Your Koha server configuration OS.? On Wed, Jun 4, 2014 at 10:25 AM, Chris Cormack chr...@catalyst.net.nz wrote: Looks like you have a problem with your mysql server. I would look at the logs for it Chris On 4 June 2014 4:52:10 pm NZST, Vinod Kumar Mishra

Re: [Koha] KOHA is frequently giving following error

2014-06-03 Thread vishal patil
Hi vinod, Its look like your mysqlserver is down. have look on mysql logs and check whether space is available for mysql to run. check whether your mysql server is running using: ps -ef | grep mysql On Wed, Jun 4, 2014 at 10:29 AM, Amit Gupta amitddng...@gmail.com wrote: Hi Vinod, Your

Re: [Koha] Appeal for developing/updating solr deployment documentation to BibLibre

2014-06-03 Thread Nur Ahammad
When I run ./rebuild_solr.pl -i It produces SolrAPI = http://localhost:8983/solr/koha How many indexed documents = 0; Please help to solve this problem. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz