Re: [Koha] Koha Digest, Vol 115, Issue 44

2015-05-28 Thread Abdullah Al-Modabber
at Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: This is a digitally signed message part URL: <

Re: [Koha] Skipping rebuild/update because flock failed on /var/lock/zebra_koha_library/rebuild/rebuild..LCK: Resource temporarily unavailable

2015-05-28 Thread Fridolin SOMERS
The script rebuild_zebra.pl has now an option to pause untill lock is available : --wait-for-lock Regards, Le 27/05/2015 10:42, Hugo Agud a écrit : hi New Koha installs block de zebra rebuild if there is another reindex in process, in order to avoid loopings with reindex... make sure no other

[Koha] Patrons activty check report

2015-05-28 Thread Haris Ahmad
i want to check the report patrons activity with sql query also every single staff member who add or modify the catalog in databaseanyone can help me please as soon ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.ka

[Koha] Help! Software Error

2015-05-28 Thread Lex
Hi pls im a librarian from the philippines and we encountered a problem in accessing our koha ils, please help us with the following issues that appear in the browser when trying to open it: "Software error: Can't call method "do" on unblessed reference at /usr/share/koha/lib/C4/Context.pm lin

Re: [Koha] items not importing

2015-05-28 Thread Barton Chittenden
Jennifer, I think that it's likely that the items actually imported, but that the items are either not being indexed for search, or that you don't have the zebra server (the process which actually returns search results) running. Try going to reports, add an sql report, and add the following quer

[Koha] Check the current language

2015-05-28 Thread Abdulsalam Yousef
Hello all, I need to check and get the current interface language to make some action in Biblio.pm file, i mean like this if ($current_language == "en") { make some action; } else { make another action; } What is the used variable and code to do that? Thanks. _

Re: [Koha] Check the current language

2015-05-28 Thread Tomas Cohen Arazi
The problem is that you need to have the CGI object in the desired context (language is "calculated" from it). Then use: my $current_language = C4::Languages::getlanguage($query); to set it. 2015-05-28 10:47 GMT-03:00 Abdulsalam Yousef : > Hello all, > > I need to check and get the current inte

Re: [Koha] Help! Software Error

2015-05-28 Thread MJ Ray
On 05/28/15 11:12, Lex wrote: > Hi pls im a librarian from the philippines and we encountered a problem in > accessing our koha ils, please help us with the following issues that appear > in the browser when trying to open it: > > "Software error: > > Can't call method "do" on unblessed referen

Re: [Koha] Koha Digest, Vol 115, Issue 44

2015-05-28 Thread Indranil Das Gupta
Dear Abdullah, On Thu, May 28, 2015 at 12:30 PM, Abdullah Al-Modabber wrote: > Dear Koha Developers > > We are planning to have another system where patrons will pay library fines > and that system will send received details of fines in CSV format to Koha. We > are looking for any plugin or int

Re: [Koha] CAS Authentication

2015-05-28 Thread Jesse
You may also have problems with your Perl HTTPS setup; we've encountered problems with them before. Does lwp-request https://www.google.com/ work from your server? 2015-05-25 7:37 GMT-06:00 Larry Letelier : > Hi guys, > > DEBUG shows this: > > [error] opac-user.pl: Authen::CAS::Client::Respons

Re: [Koha] Help! Software Error

2015-05-28 Thread Robin Sheat
Lex schreef op do 28-05-2015 om 10:12 [+]: > Hi pls im a librarian from the philippines and we encountered a > problem in > accessing our koha ils, please help us with the following issues that > appear > in the browser when trying to open it: Can you provide more information? * How ha

Re: [Koha] Check the current language

2015-05-28 Thread Robin Sheat
Tomas Cohen Arazi schreef op do 28-05-2015 om 11:01 [-0300]: > The problem is that you need to have the CGI object in the desired > context > (language is "calculated" from it). Then use: > > my $current_language = C4::Languages::getlanguage($query); > > if ($current_language == "en") The other p

[Koha] Problem uploading patrons

2015-05-28 Thread Elaine Bradtke
We're running 3.18.04. One (and only one) of my colleagues is unable to upload patron files. It's very curious, she has all the permissions, and I and another colleague have uploaded the same file without a problem. I have even logged into her account and uploaded the file successfully. But whene

Re: [Koha] Problem uploading patrons

2015-05-28 Thread Robin Sheat
Elaine Bradtke schreef op do 28-05-2015 om 23:38 [+0100]: > But whenever she tries she > gets a long string of error messages that boil down to Koha not > parsing the > header row. Is she doing something funny to the file before importing? Like getting it, opening it, and resaving it? -- Robin S

Re: [Koha] Problem uploading patrons

2015-05-28 Thread Elaine Bradtke
​We get an export from our membership database, run it through some batch edits in another piece of software that spits out a .CSV file with the proper headers. The .CSV file​ she sent me is the one she tried to use. It works fine for me, and another colleague, and for me using her login (just to

Re: [Koha] Problem uploading patrons

2015-05-28 Thread Mark Tompsett
Greetings, I'm curious if this is a windows/linux CR/LF issue? Are the files the identical size? If not, then this might be a possibility. GPML, Mark Tompsett -Original Message- From: Elaine Bradtke Sent: Thursday, May 28, 2015 6:58 PM To: Robin Sheat Cc: koha Subject: Re: [Koha] Pro

[Koha] items not importing (Jennifer Perry)

2015-05-28 Thread Manny Tamayao
Hi Jennifer, Could you send a sample marc record? Manny Ø The problem is that none of the items are importing into Ø the new Koha instance. Ø Is there a way to make Koha import Ø these items even if the 952$a and 952$b subfields don't quite line up? Ø Thanks, Ø Jennifer