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 http://lists.katipo.co.nz/ma

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 wrote: > Hi Vinod, > > > Your Koha server configura

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 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 < > vinod_librar...@rediffmail.com

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 wrote: >Dear All, > >KOHA is frequently giving following error. after reboot, it works fine >for few hours then again gives below error. >---

[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 /usr/share/koh

[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] 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 >To: K

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 wrote: > Hi all , > some libraries need to mo

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 wrote: > Does this require the cataloging logs to be turned on? Ours our turned > off because it slows down things too much. > > ___

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

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

2014-06-03 Thread Robin Sheat
Pablo Bianchi schreef op di 03-06-2014 om 12:21 [-0300]: > Hi Robin! > > > So you agree with me that Appendix F ("Resetting the Koha Database") > of current (v3.16) manual is wrong? It should be updated. It works in MySQL < ~5.5, and it's due to MySQL changes that it no longer works. > Problems

[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" Subject: [

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

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 : > Pablo Bianchi schreef op ma 02-06-2014 om 14:33 [-0300]: > > Am I right? This could be risky, having side effects? > > This could have nas

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 [mailto:koha-boun...@list

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 12:

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 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 > FROM bran

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 i

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

[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 " Pending---Accepted---Checked--

[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 S

[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

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 h

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 ch

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 wrote: > Hi Nick, > > The problem was solved by your suggestion, it was beca

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, J