Re: [Koha] How to check zebra server status?

2012-11-22 Thread Stefano Bargioni
> How to check Zebra server is running or not? +1 for ps -C zebrasrv in Debian or Ubuntu. For more info try (requires large terminal) ps -f -C zebrasrv or ps -F -C zebrasrv Stefano ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.n

Re: [Koha] Problem in importing Patron Records

2012-11-22 Thread Uy nguyễn quốc
i think maybe when we open .csv file by Libreoffice Calc, by default, the field delimiter is semicolon. But when we open a .ods file, then save as a .csv file, the field delimiter is comma. And Koha accept comma. He got only this error as i did, it it not like not compare headerrow, or data fo

Re: [Koha] Koha 3.8.7 released

2012-11-22 Thread Cayetano Matari
Hi. I am new to this forum. I need to install Koha on Linux Red Hat, is it possible? If so where I can find the installation manual and the software product. Thanks for your help. Tano. ___ Koha mailing list http://koha-community.org Koha@lists.katipo

Re: [Koha] Blocking users...

2012-11-22 Thread A . Şenol Armağan
The problem has been solved. I would like to thank those who help. Circulation settings "suspension" 0 (zero) were recorded. Circulation settings applied to the branch libraries and the problem is solved. S. Armagan IGU Libraries 2012/11/21 A. Şenol Armağan > Hi all, > > We are using KOHA bu

[Koha] rhel/centos/scientific 6 repository for Koha?

2012-11-22 Thread Doruk Fisek
Hi, I know there's a Debian repository for Koha, is there a RHEL/CentOS/Scientific 6 repository as well? It doesn't have to be official, a third party repo would do just as fine. Doruk -- Özgür Yazılım A.Ş. ~ # http://www.ozguryazilim.com.tr

Re: [Koha] Set principal language

2012-11-22 Thread Kari Blomster
If my broswer (Chrome, Firefox, etc.) are in English the language of the OPAC load in English. I installed Spanish version of crhome and the degault language is set to spanish. Hi, Adalid! Did this work? Do you know since which version? I just read from 3.10. release newfeatures that: /// '

Re: [Koha] Set principal language

2012-11-22 Thread Kari Blomster
Hi Stefano e Vitor! Did this workaround do ok? - (Mr.) Kari Blomster, librarian Hailuoto Public Library, Finland | http://www.hailuoto.fi/sivu/fi/kuntapalvelut/perus/Sivistyspalvelut/kirjasto/ Profiles | http://www.hailuoto.fi/sivu/fi/kuntapalvelut/perus/Sivistyspalvelut/kirjasto/verkko

Re: [Koha] Set principal language

2012-11-22 Thread Kari Blomster
Kari Blomster wrote > So was this browserdetection workin already 2 years behind? > > Note to self: read carefully. Sorr, this question was answered already. > > cheers, > Gary - (Mr.) Kari Blomster, librarian Hailuoto Public Library, Finland | http://www.hailuoto.fi/sivu/fi/kuntapalv

Re: [Koha] rhel/centos/scientific 6 repository for Koha?

2012-11-22 Thread Tomas Cohen Arazi
On Thu, Nov 22, 2012 at 8:17 AM, Doruk Fisek wrote: > Hi, > > I know there's a Debian repository for Koha, is there a > RHEL/CentOS/Scientific 6 repository as well? > > It doesn't have to be official, a third party repo would do just as > fine. > > There isn't such a thing yet. Regards To+

Re: [Koha] Problem in importing Patron Records

2012-11-22 Thread Elaine Bradtke
On Thu, Nov 22, 2012 at 6:18 AM, Fischer, Katrin wrote: > Hi Elaine, > > I think it's not the date format that is a problem here. The date format > should be what you have set in the dateformat system preference. > I think your problem could be, that you are not providing a borrowernumber. I am pr

Re: [Koha] Problem in importing Patron Records

2012-11-22 Thread Elaine Bradtke
On Thu, Nov 22, 2012 at 4:36 AM, Sunil Kumar wrote: > Dear Elaine > > Can you share the patron excel file I am constrained by the data protection act. I can't share this file with anyone who is not an employee of the organization. and also check the under system > configuration "BorrowerMandat

Re: [Koha] Problem in importing Patron Records

2012-11-22 Thread Chris Cormack
* Elaine Bradtke (e...@efdss.org) wrote: > > I will say having to jump through all these hoops to get the data into > Koha means I probably won't be able to delegate the monthly updates to > another member of staff. This is unfortunate, it shouldn't be this > difficult. > Yeah, that's the thing,

Re: [Koha] Set principal language

2012-11-22 Thread adalid
In my Koha installation the Spanish language translation was not complete by my system administration so i have a "spanglish" OPAC. Recently I turned off the language selection and set the default language "spanish" for the OPAC and see that this work and the language of firefox, chrome, et

Re: [Koha] rhel/centos/scientific 6 repository for Koha?

2012-11-22 Thread Doruk Fisek
Hi, Thu, 22 Nov 2012 12:38:36 -0300, Tomas Cohen Arazi : > There isn't such a thing yet. We're going to start working on creating one then. Doruk -- Özgür Yazılım A.Ş. ~ # http://www.ozguryazilim.com.tr ___ Koha mailing list http:

Re: [Koha] 504 Gateway Timeout while installing

2012-11-22 Thread Mark Tompsett
Greetings, Wait 10-20 minutes, everything should be a-okay. The upgrading step does sometimes cause timeouts, but I have also seen it continue on in the background on the server (in my experience). If you retried immediately, it was probably attempting to do multiple upgrades at the same time.

[Koha] MySQL to update dateaccessioned

2012-11-22 Thread Paul
I am trying to update a bunch of various dates to 31 Dec. The following appears to be syntactically OK, finds all 1302 to be changed, but does not change them to 31 Dec. mysql> UPDATE items -> SET items.dateaccessioned=REPLACE(items.dateaccessioned,'%','2011-12-31') -> WHERE blah blah blah; Que

Re: [Koha] MySQL to update dateaccessioned

2012-11-22 Thread Bernardo Gonzalez Kriegel
On Thu, Nov 22, 2012 at 8:03 PM, Paul wrote: > I am trying to update a bunch of various dates to 31 Dec. The following > appears to be syntactically OK, finds all 1302 to be changed, but does not > change them to 31 Dec. > > mysql> UPDATE items > -> SET items.dateaccessioned=REPLACE(**items.datea

Re: [Koha] MySQL to update dateaccessioned

2012-11-22 Thread Paul
Apologies - solved. One of those days that the KISS principle didn't kick in. The REPLACE in line 2 is not needed and the line should read: SET items.dateaccessioned='2010-12-31' Paul At 06:03 PM 11/22/2012 -0500, I wrote: I am trying to update a bunch of various dates to 31 Dec. The following

Re: [Koha] Problem in importing Patron Records

2012-11-22 Thread Elaine Bradtke
Solved! It appears the header row is case sensitive. Once I converted the all caps to lower case it went right in. Would have been nice to know. . . . Thanks for everyone's input. I kept saying I wasn't going to work on the holiday. . . at least now I won't wake up in the middle of the night wo