Re: [Koha] Cannot upload .mrc file for staging Marc records
Hmm it was deleted, but it looks like the code is still trying to use it. Or there wouldn't be that error in the logs.
Could this be originating from an older template file (non-English one) or so ? Forgot to retranslate the templates ? This script should not be in the code any longer.
On 15 September 2016 at 19:10, Marcel de Rooy <M.de.Rooy@rijksmuseum.nl> wrote:
Hmm it was deleted, but it looks like the code is still trying to use it. Or there wouldn't be that error in the logs.
Could this be originating from an older template file (non-English one) or so ? Forgot to retranslate the templates ?
This script should not be in the code any longer.
That sounds very likely, Bram did you regenerate your translated files? I can confirm it is no longer mentioned in the code, so it must be old templates Chris
That must be it. I disabled the Dutch language and it fixed the problem. I have some issues and errors when trying to retranslate. So I can't reactivate Dutch for now. Thanks ________________________________ Van: Koha <koha-bounces@lists.katipo.co.nz> namens Marcel de Rooy <M.de.Rooy@rijksmuseum.nl> Verzonden: donderdag 15 september 2016 7:10:19 Aan: koha ml Onderwerp: Re: [Koha] Cannot upload .mrc file for staging Marc records
Hmm it was deleted, but it looks like the code is still trying to use it. Or there wouldn't be that error in the logs.
Could this be originating from an older template file (non-English one) or so ? Forgot to retranslate the templates ? This script should not be in the code any longer. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Dutch is not a bad choice :) Van: bram vermeir [mailto:vermeir_bram@hotmail.com] Verzonden: donderdag 15 september 2016 14:25 Aan: Marcel de Rooy <M.de.Rooy@rijksmuseum.nl>; koha ml <koha@lists.katipo.co.nz> Onderwerp: Re: [Koha] Cannot upload .mrc file for staging Marc records That must be it. I disabled the Dutch language and it fixed the problem. I have some issues and errors when trying to retranslate. So I can't reactivate Dutch for now. Thanks ________________________________ Van: Koha <koha-bounces@lists.katipo.co.nz<mailto:koha-bounces@lists.katipo.co.nz>> namens Marcel de Rooy <M.de.Rooy@rijksmuseum.nl<mailto:M.de.Rooy@rijksmuseum.nl>> Verzonden: donderdag 15 september 2016 7:10:19 Aan: koha ml Onderwerp: Re: [Koha] Cannot upload .mrc file for staging Marc records
Hmm it was deleted, but it looks like the code is still trying to use it. Or there wouldn't be that error in the logs.
Could this be originating from an older template file (non-English one) or so ? Forgot to retranslate the templates ? This script should not be in the code any longer. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz<mailto:Koha@lists.katipo.co.nz> https://lists.katipo.co.nz/mailman/listinfo/koha
Hello everybody, i'm trying to use koha-auth from Koha::Contrib::Tamil package but something goes wrong. I'm using Koha ver 16.5.3 on Ubuntu 14 and installed Tamil package with: sudo apt-get install libkoha-contrib-tamil-perl I had some problem with koha-auth. The file RecordReader.pm makes a call to a subroutine called KOHAVERSION in C4::Context that is missing. The easiest workaround was to substitute the hardcoded version in place of the call C4::Context::KOHAVERSION. Then at the third step : koha-auth link_biblio_to --doit /usr/share/perl5/auto/share/dist/Koha-Contrib-Tamil/etc/auth-unimarc.conf I only get a lot of errors like this: ERROR: ZOOM ZOOM error 239 "Record syntax not supported" (addinfo: "1.2.840.10003.5.10") from diag-set 'Bib-1' and no link. has anybody some ideas? thanks always ciao t
sudo apt-get install libkoha-contrib-tamil-perl
I had some problem with koha-auth. The file RecordReader.pm makes a call to a subroutine called KOHAVERSION in C4::Context that is missing.
The packaged version is not maintained by the Koha community, and as so is obsolete. You have to install it from CPAN.
ERROR: ZOOM ZOOM error 239 "Record syntax not supported" (addinfo: "1.2.840.10003.5.10") from diag-set 'Bib-1'
There is something wrong with your Zebra indexes. Generally, this error means that your biblio records are in MARC21 in Koha DB, and defined as Unimarc in Zebra, or vice-versa.
Thanks Frédéric for the quick answer. I tried to install from CPAN: sudo apt-get install build-essential perl -MCPAN -e shell install Koha::Contrib::Tamil the installation procedure raises some error: Test Summary Report ------------------- t/00-compile.t (Wstat: 3072 Tests: 29 Failed: 12) Failed tests: 2-12, 19 Non-zero exit status: 12 Files=1, Tests=29, 7 wallclock secs ( 0.02 usr 0.00 sys + 6.50 cusr 0.68 csys = 7.20 CPU) Result: FAIL Failed 1/1 test programs. 12/29 subtests failed. make: *** [test_dynamic] Errore 12 FREDERICD/Koha-Contrib-Tamil-0.048.tar.gz 10 dependencies missing (AnyEvent::Processor,AnyEvent::Processor::Conversion,MARC::Moose::Formater::Iso2709,MARC::Moose::Formater::Marcxml,MARC::Moose::Formater::Text,MARC::Moose::Parser::Iso2709,MARC::Moose::Reader::File::Iso2709,MARC::Moose::Reader::File::Marcxml,MARC::Moose::Record,MARC::Moose::Writer); additionally test harness failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports FREDERICD/Koha-Contrib-Tamil-0.048.tar.gz Failed during this command: XAOC/ExtUtils-PkgConfig-1.15.tar.gz : writemakefile NO -- No 'Makefile' created XAOC/Glib-1.322.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512 FREDERICD/AnyEvent-Processor-0.006.tar.gz : make_test NO one dependency not OK (Glib); additionally test harness failed FREDERICD/marc-moose-1.0.33.tar.gz : make_test NO one dependency not OK (AnyEvent::Processor) FREDERICD/Koha-Contrib-Tamil-0.048.tar.gz : make_test NO 10 dependencies missing (AnyEvent::Processor,AnyEvent::Processor::Conversion,MARC::Moose::Formater::Iso2709,MARC::Moose::Formater::Marcxml,MARC::Moose::Formater::Text,MARC::Moose::Parser::Iso2709,MARC::Moose::Reader::File::Iso2709,MARC::Moose::Reader::File::Marcxml,MARC::Moose::Record,MARC::Moose::Writer); additionally test harness failed At the end the module koha-auth is installed but raise the same error I had before: Uncaught exception from user code: Undefined subroutine &C4::Context::KOHAVERSION called at /usr/local/share/perl/5.18.2/Koha/Contrib/Tamil/RecordReader.pm line 76. -------------------------------------------------- Zeta: I use unimarc and I hope alzo Zeta does, in my /etc/koha/koha-sites.conf I have: ## Zebra global configuration variables # # ZEBRA_MARC_FORMAT: 'marc21' | 'normarc' | 'unimarc' # Specifies the MARC records format for indexing # default: 'marc21' ZEBRA_MARC_FORMAT="unimarc" # ZEBRA_LANGUAGE: 'en' | 'es' | 'fr' | 'nb' | 'ru' | 'uk' # Primary language for Zebra indexing # default: 'en' ZEBRA_LANGUAGE="en" # BIBLIOS_INDEXING_MODE: 'dom' | 'grs1' # Indexing mode for bibliographic records # default: 'dom' BIBLIOS_INDEXING_MODE="dom" I don't know where else I can check how Zebra is indexing my record. thanks again t Il 15/09/2016 16:31, Frédéric Demians ha scritto:
sudo apt-get install libkoha-contrib-tamil-perl
I had some problem with koha-auth. The file RecordReader.pm makes a call to a subroutine called KOHAVERSION in C4::Context that is missing.
The packaged version is not maintained by the Koha community, and as so is obsolete. You have to install it from CPAN.
ERROR: ZOOM ZOOM error 239 "Record syntax not supported" (addinfo: "1.2.840.10003.5.10") from diag-set 'Bib-1'
There is something wrong with your Zebra indexes. Generally, this error means that your biblio records are in MARC21 in Koha DB, and defined as Unimarc in Zebra, or vice-versa.
-- Tommaso Spazzali Magritte S.n.c. di Paolo Ferrarese & C. Via Meda, 25 20136 - Milano tel: +39.02-89408830 PGP Key: http://pgpkeys.mit.edu:11371/ I dati personali che ci avete fornito o che ci fornirete saranno oggetto di trattamento ai sensi del D. Lgs. 196/2003 attraverso strumenti idonei a garantirne la sicurezza, per le finalita' connesse ad attivita' commerciali nonche' di adempimento ad obblighi di legge. Il titolare del trattamento e' la societa' Magritte S.n.c.. Vi ricordiamo che potete esercitare i diritti di cui all’art. 7 del D. Lgs. 196/2003 consultabili sul sito del garante della Privacy: http://www.garanteprivacy.it
Hi, Il 15/09/2016 14:25, bram vermeir ha scritto:
That must be it. I disabled the Dutch language and it fixed the problem. I have some issues and errors when trying to retranslate. So I can't reactivate Dutch for now.
in fact today the dutch translation is impossible to use. For 16.05 only 8% of strings are done. If you want to use it, go here: http://translate.koha-community.org/nl_NL/16.05/ Is it a good idea to start to transalte and fix opac. You need an account on the server to do transaltion. Ask for it in mailing list koha-translate@lists.koha-community.org [http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate] Bye Zeno Tajoli -- Zeno Tajoli /SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche Email: z.tajoli@cineca.it Fax: 051/6132198 *CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI)
FYI We plan to start translation of Dutch NL for 3.22 in the next few weeks. ________________________________ Van: Koha <koha-bounces@lists.katipo.co.nz> namens Tajoli Zeno <z.tajoli@cineca.it> Verzonden: donderdag 15 september 2016 15:50:57 Aan: bram vermeir; koha ml Onderwerp: Re: [Koha] Cannot upload .mrc file for staging Marc records Hi, Il 15/09/2016 14:25, bram vermeir ha scritto:
That must be it. I disabled the Dutch language and it fixed the problem. I have some issues and errors when trying to retranslate. So I can't reactivate Dutch for now.
in fact today the dutch translation is impossible to use. For 16.05 only 8% of strings are done. If you want to use it, go here: http://translate.koha-community.org/nl_NL/16.05/ Is it a good idea to start to transalte and fix opac. You need an account on the server to do transaltion. Ask for it in mailing list koha-translate@lists.koha-community.org [http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate] Bye Zeno Tajoli -- Zeno Tajoli /SVILUPPO PRODOTTI CINECA/ - Automazione Biblioteche Email: z.tajoli@cineca.it Fax: 051/6132198 *CINECA* Consorzio Interuniversitario - Sede operativa di Segrate (MI) _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (6)
-
bram vermeir -
Chris Cormack -
Frédéric Demians -
Marcel de Rooy -
Tajoli Zeno -
tommaso spazzali