Hi, Something strange: i creat my notice, my examplar and when i want to record, i've the following error Software error: Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919 So, i try to understand *problem of encoding in the title tag ? Maybe but, just before, i've added a record without any problems and when i look parameters for encoding characters (mysql and apache), it's ok. *problem of version ? I use debian package (as we are in a period of tests) and my version is 3.07 I join the logs of koha, if it can help Best regards samuel
Hi Samuel, Just FYI = "notice" is a frenchism. In english, it's biblio The term "notice" in english means "notifications" in french (note that a lot of ppl does the mistake, you're not the first nor the last) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Le 09/05/2012 11:59, Paul Poulain a écrit :
Hi Samuel,
Just FYI = "notice" is a frenchism. In english, it's biblio The term "notice" in english means "notifications" in french
(note that a lot of ppl does the mistake, you're not the first nor the last)
ouups, yes, i've forgotten the good translation ;-)
Hello, In order to illustrate my problem (i've the following error when i want to add a biblio: " Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919 I join to this e-mail 2 examples of biblio which give this error Best regards samuel
Hi, Il 09/05/2012 14:24, Samuel desseaux ha scritto:
In order to illustrate my problem (i've the following error when i want to add a biblio: "
Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919
I join to this e-mail 2 examples of biblio which give this error
in your biblio n.23 try to not use accented chars in tag 200 subfield g Cheers Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
At 02:38 PM 5/9/2012 +0200, Zeno Tajoli wrote:
Il 09/05/2012 14:24, Samuel desseaux ha scritto:
I join to this e-mail 2 examples of biblio which give this error
in your biblio n.23 try to not use accented chars in tag 200 subfield g
Just for my own edification, what is "tag 200" in Marc21? (from the attached biblios, the record appears to be based on www.loc.gov/MARC21/slim which does not contain a 200.) Thanks - Paul
Paul, On Wed, May 9, 2012 at 10:47 AM, Paul <paul.a@aandc.org> wrote:
At 02:38 PM 5/9/2012 +0200, Zeno Tajoli wrote:
Il 09/05/2012 14:24, Samuel desseaux ha scritto:
I join to this e-mail 2 examples of biblio which give this error
in your biblio n.23 try to not use accented chars in tag 200 subfield g
Just for my own edification, what is "tag 200" in Marc21? (from the attached biblios, the record appears to be based on www.loc.gov/MARC21/slim which does not contain a 200.)
The record is question is in UNIMARC, not MARC21. You can see the UNIMARC standard at http://www.ifla.org/en/publications/unimarc-formats-and-related-documentatio... Regards, Jared -- Jared Camins-Esakov Bibliographer, C & P Bibliography Services, LLC (phone) +1 (917) 727-3445 (e-mail) jcamins@cpbibliography.com (web) http://www.cpbibliography.com/
At 02:38 PM 5/9/2012 +0200, Zeno Tajoli wrote:
Il 09/05/2012 14:24, Samuel desseaux ha scritto:
I join to this e-mail 2 examples of biblio which give this error
in your biblio n.23 try to not use accented chars in tag 200 subfield g
Just for my own edification, what is "tag 200" in Marc21? (from the attached biblios, the record appears to be based on www.loc.gov/MARC21/slim which does not contain a 200.) It doesn't exist. But Samuel is french, and, as 99% of french libraries don't use MARC21, but UNIMARC. And in UNIMARC, 200 contains very not[*] important informations : the
Le 09/05/2012 16:47, Paul a écrit : title and the author ! [*] (kidding) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
At 04:51 PM 5/9/2012 +0200, Paul Poulain wrote:
At 02:38 PM 5/9/2012 +0200, Zeno Tajoli wrote:
Il 09/05/2012 14:24, Samuel desseaux ha scritto:
I join to this e-mail 2 examples of biblio which give this error
in your biblio n.23 try to not use accented chars in tag 200 subfield g
Just for my own edification, what is "tag 200" in Marc21? (from the attached biblios, the record appears to be based on www.loc.gov/MARC21/slim which does not contain a 200.) It doesn't exist. But Samuel is french, and, as 99% of french libraries don't use MARC21, but UNIMARC. And in UNIMARC, 200 contains very not[*] important informations : the
Le 09/05/2012 16:47, Paul a écrit : title and the author !
Yup agreed (we have worked extensively with Isabelle Nadolny on the UNIMARC at z3950.bnf.fr) but I was querying whether the xml record header referencing specifically MARC21/slim could be a source of problems. Amitiés [l'autre] Paul
Le 09/05/2012 18:18, Archives and Collections Society a écrit :
Yup agreed (we have worked extensively with Isabelle Nadolny on the UNIMARC at z3950.bnf.fr) but I was querying whether the xml record header referencing specifically MARC21/slim could be a source of problems.
afaik, the "marc21" header is a language abuse. It express the technical organisation of the XML file, which is exactly the same as for UNIMARC21. The semantic (MARC21 or UNIMARC content) is not written anywhere. In MARC::Record, you have the same kind of problem. When you call ->as_usmarc(), you're saying iso2709, not to USMARC ! -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Hie, I scanned your logs. Your main problem, I think, is : addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/.pm line 150 I think you defined a autocreation of authorities and that you have a problem with Zebra server for authorities. Is it runnning well for biblio ? On Wed, May 9, 2012 at 11:41 AM, Samuel desseaux <samuel.desseaux@ecp.fr>wrote:
** Hi,
Something strange: i creat my notice, my examplar and when i want to record, i've the following error
Software error:
Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919
So, i try to understand
*problem of encoding in the title tag ? Maybe but, just before, i've added a record without any problems and when i look parameters for encoding characters (mysql and apache), it's ok.
*problem of version ? I use debian package (as we are in a period of tests) and my version is 3.07
I join the logs of koha, if it can help
Best regards
samuel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS fridolyn.somers@gmail.com Marsillargues - France <fridolyn.somers@gmail.com>
Hi! I have to look at my configuration of zebra because i've this error ./rebuild_zebra.pl -r -d -b15:00:23-09/05 zebraidx(32338) [warn] Record didn't contain match fields in (bib1,Local-number) when i do with nozebra, it works very well. Do you think autocreation of authorities is a bad idea? Le 09/05/2012 14:57, Fridolyn SOMERS a écrit :
Hie,
I scanned your logs. Your main problem, I think, is : addbiblio.pl <http://addbiblio.pl>: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/.pm line 150
I think you defined a autocreation of authorities and that you have a problem with Zebra server for authorities.
Is it runnning well for biblio ?
On Wed, May 9, 2012 at 11:41 AM, Samuel desseaux <samuel.desseaux@ecp.fr <mailto:samuel.desseaux@ecp.fr>> wrote:
Hi,
Something strange: i creat my notice, my examplar and when i want to record, i've the following error
Software error:
Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919
So, i try to understand
*problem of encoding in the title tag ? Maybe but, just before, i've added a record without any problems and when i look parameters for encoding characters (mysql and apache), it's ok.
*problem of version ? I use debian package (as we are in a period of tests) and my version is 3.07
I join the logs of koha, if it can help
Best regards
samuel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS fridolyn.somers@gmail.com <mailto:fridolyn.somers@gmail.com> Marsillargues - France <mailto:fridolyn.somers@gmail.com>
Hie, I think NoZebra is ment to disapear soon, do not use it. Autocreation of authorities should work, it is a long existing feature. Does your search page work (with Zebra) ?
Record didn't contain match fields in (bib1,Local-number) I may check that Local-number index is well configured in Zebra : in record.abs, the marc field containing the biblionumber should be indexed with Local-number.
On Wed, May 9, 2012 at 3:02 PM, Samuel desseaux <samuel.desseaux@ecp.fr>wrote:
** Hi!
I have to look at my configuration of zebra because i've this error
./rebuild_zebra.pl -r -d -b15:00:23-09/05 zebraidx(32338) [warn] Record didn't contain match fields in (bib1,Local-number)
when i do with nozebra, it works very well.
Do you think autocreation of authorities is a bad idea?
Le 09/05/2012 14:57, Fridolyn SOMERS a écrit :
Hie,
I scanned your logs. Your main problem, I think, is :
addbiblio.pl: Use of uninitialized value $result in split at /usr/share/koha/lib/C4/.pm line 150
I think you defined a autocreation of authorities and that you have a problem with Zebra server for authorities.
Is it runnning well for biblio ?
On Wed, May 9, 2012 at 11:41 AM, Samuel desseaux <samuel.desseaux@ecp.fr>wrote:
Hi,
Something strange: i creat my notice, my examplar and when i want to record, i've the following error
Software error:
Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 2919
So, i try to understand
*problem of encoding in the title tag ? Maybe but, just before, i've added a record without any problems and when i look parameters for encoding characters (mysql and apache), it's ok.
*problem of version ? I use debian package (as we are in a period of tests) and my version is 3.07
I join the logs of koha, if it can help
Best regards
samuel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Fridolyn SOMERS fridolyn.somers@gmail.com Marsillargues - France <fridolyn.somers@gmail.com>
-- Fridolyn SOMERS fridolyn.somers@gmail.com Marsillargues - France <fridolyn.somers@gmail.com>
Hi!
I have to look at my configuration of zebra because i've this error
./rebuild_zebra.pl -r -d -b15:00:23-09/05 zebraidx(32338) [warn] Record didn't contain match fields in (bib1,Local-number)
Le 09/05/2012 15:02, Samuel desseaux a écrit : this one is pretty easy (once you know...) It means the record don't have the "Local-number", that is used by zebra as identifier. There are 2 options: * the biblionumber is not in your record (quite impossible unless you've made a lot of changes to your frameworks) * your zebra configuration think it's in a field, while it is in another. Suggestion : * look at your record.abs file and search which field is supposed to be for Local-number * yaz-marcdump a record, and look in the field record.abs said. If you have nothing, look where is the Local-number hidden in your record. Update record.abs accordingly (or update your Koha, but it's easier/probably safer to update zebra config file) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
participants (7)
-
Archives and Collections Society -
Fridolyn SOMERS -
Jared Camins-Esakov -
Paul -
Paul Poulain -
Samuel desseaux -
Zeno Tajoli