Re: [Koha-devel] Software error: substr outside of string

2008-11-06 Thread Paul POULAIN
harry wykman a écrit : > In performing a z39.50 search in my new koha installation, I get the > following error: > > > Software error: > > substr outside of string at /usr/share/koha/lib/C4/Charset.pm line 241. it's usually an encoding problem : for some unknown reason, the biblio pretends

Re: [Koha-devel] GetMember() cardnumber vs. firstname search

2008-11-06 Thread Paul POULAIN
Joe Atzberger a écrit : > I find the fallback to firstname entirely regrettable and have argued > against it in the past. I am certain the only accounts in favor of it > were regarding small libraries where a firstname basis might make sense. I disagree ;-) It's interesting for large librarie

Re: [Koha-devel] GetMember() cardnumber vs. firstname search

2008-11-06 Thread Joshua Ferraro
On Thu, Nov 6, 2008 at 3:57 AM, Paul POULAIN <[EMAIL PROTECTED]> wrote: > Joe Atzberger a écrit : > >> I find the fallback to firstname entirely regrettable and have argued >> against it in the past. I am certain the only accounts in favor of it >> were regarding small libraries where a firstname

[Koha-devel] icu diacrtics and search problems

2008-11-06 Thread Chadwick, John, DCA
Okay, here is a very good mystery for everyone. Koha 3.01.00.002 on Ubuntu 8. When we use the default.idx file with Koha and the word-phrase-utf.chr file, Koha searches perfectly fine and life is good, except for diacritics. So, we modify the default.idx file and use the icu.xml file a

Re: [Koha-devel] [Koha] icu diacrtics and search problems

2008-11-06 Thread Chadwick, John, DCA
A little bit more on the problem from the koha-zebradaemon-output.log 09:22:56-06/11 zebrasrv(1) [warn] default.idx:23: Failed to load ICU chain icu.xml 09:22:56-06/11 zebrasrv(1) [warn] default.idx:60: Failed to load ICU chain icu.xml 09:23:05-06/11 zebrasrv(2) [warn] default.idx:14: Failed

[Koha-devel] Class::DBI vs DBIx::Class

2008-11-06 Thread Rick Welykochy
First off, a note to Galen. I reported to you that I had experience with DBIx::Class. Make that Class::DBI instead. I am reading up on DBIx::Class now. It seems that DBIx::Class grew out of Class::DBI and might be more sophisticated for our purposes. There is a perl monks comparison of these two

[Koha-devel] bulkmarcimport.pl in Koha/3

2008-11-06 Thread Rick Welykochy
HI all I adapted a script kindly provided by a Koha/2.2.9 user that converts CSV biblio data into MARC21 records. The MARC21 records are then imported into Koha/2.2.9 using the bulkmarcimport.pl script. This has been working well for about a year now and we are quite pleased with the results. A v

Re: [Koha-devel] Failing make test for Koha installation

2008-11-06 Thread Sean
Thanks for the advice - ran sudo cpan HTML::Scrubber and got this: Writing Makefile for HTML::Scrubber -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible maybe need an updated HTML::Scrubber? Sean