Results 1 to 2 of 2
Hello Everyone...
I had installed koha 3.0.0 successfully.
I am able to import data by using Marc Editor but i am not able to edit the data of ITEMS
it ...
- 05-09-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
Koha
Hello Everyone...
I had installed koha 3.0.0 successfully.
I am able to import data by using Marc Editor but i am not able to edit the data of ITEMS
it shows the following error
The following fatal error has occurred:
found MARCXML element datafield, but the <record> wrapper is missing at /usr/lib/perl5/site_perl/5.12.3/MARC/File/XML.pm line 452
Apache Server version: Apache/2.2.17 (Linux/SUSE) Server built: 2010-10-21 14:13:51.000000000 +0000
Koha 3.00.00.107
Koha DB 3.0000107
MySQL mysql Ver 14.14 Distrib 5.1.53, for suse-linux-gnu (i686) using readline 6.1
OS Linux koha-test 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 i686 i386 GNU/Linux
Perl 5.012003
Or Please tell me any other forum where i can place my this query.
Thanks.....Last edited by aman_m03; 05-09-2011 at 06:39 AM.
- 05-11-2011 #2Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
Koha
Details for my above thread are as follow:
Hello Everyone....
I am getting one error during Koha Installation so can you help me please ?? ...
What i did is as follow:
Firstly i install OpenSUSE 11.4 and
then install findutils-locate,ncftp,nmake,gcc using yast.
Then install Koha version 3.00.00 under /root
After that set locale for root user as we want to have en_US.UTF-8.
then i create one new file /etc/apache2/httpd.conf.local and add one line i.e
AddDefaultCharset UTF-8
After this i create one Database named as koha(using mysql)and grant all
privileges to user kohaadmin.
Then Add following 3 lines in [mysqld] section of my.cnf file
defaul-character-set = utf8
character-set-server = utf8
skip-character-set-client-handshake
and restart mysql service.
After this i install perl-XML-SAX and perl-XML-libXML using yast
and write [XML::LibXML::SAX::Parser] in ParserDeatils.ini file.
Then run perl MAkefile.PL
After running Makefile.PL
I installed the following packages using Yast Package Manager
yast -i perl-YAML-Syck perl-Class-Accessor perl-DBD-mysql perl-Date-Manip
gd gd-devel xorg-x11-libXpm-devel libjpeg-devel fontconfig-devel
libpng-devel perl-List-MoreUtils perl-MIME-Lite perl-Mail-Sendmail
libyaz libyaz-devel yaz perl-XML-Dumper perl-XML-LibXSLT
perl-CGI-Session
After this i install cpan packages which are as follows:
[root@localhost]# cpan
cpan[]> install Algorithm::CheckDigits Biblio::EndnoteStyle
CGI::Session::Serialize::yaml Class::FactoryUtil
Data::ICal Date::Calc Date::ICAl Emai l:: Date
GD::Barcode::UPCE HTML::Scrubber HTML::Template::Pro
Lingua::Stems List::MoreUtils MARC::Record
MARC::CrossWalk :: DublinCore MARC::Charset MARC::File::XML
Now when we try to install MARC::File::XML
then it shows
/usr/bin/make -- OK
But
When it runs make test then it gives /usr/bin/make test -- Not OK
and shows the following Error
no mapping found for [0x38] at position 0 in 891207s19xx xxu
00010 eng d g0=ASCII_DEFAULT g1=EXTENDED_LATIN at
/usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x49] at position 0 in IMchF g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x41] at position 0 in All about whales.
g0=ASCII_DEFAULT g1=EXTENDED_LATIN at
/usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x48] at position 0 in Holiday, g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x31] at position 0 in 1987. g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x5B] at position 0 in [ ] p. g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x41] at position 0 in ALL g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x32] at position 0 in 20571 g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x52] at position 0 in R g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
no mapping found for [0x41] at position 0 in ALL g0=ASCII_DEFAULT
g1=EXTENDED_LATIN at /usr/lib/perl5/site_perl/5.12.3/MARC/Charset.pm line 210.
# Looks like you failed 2 tests of 8.
t/encode.t .......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests
t/error-handling.t .. # found MARCXML element datafield, but the <record>
wrapper is missing at /root/.cpan/build/MARC-
XML-0.93-0sFojc/blib/lib/MARC/File/XML.pm line 452
Please tell me whats the problem and how we can resolve it.
Thanks......


Reply With Quote