[Koha] production mode - trapped fatal error (Joe Atzberger)

R N Pandya rnpandya at iimahd.ernet.in
Wed Dec 3 15:47:39 NZDT 2008


I think you are using perl 10 which is not competible with KOHA, use perl
8.* and try
Ravindra Pandya


On Wed, Dec 3, 2008 at 4:30 AM, <koha-request at lists.katipo.co.nz> wrote:

> Send Koha mailing list submissions to
>        koha at lists.katipo.co.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.katipo.co.nz/mailman/listinfo/koha
> or, via email, send a message with subject or body 'help' to
>        koha-request at lists.katipo.co.nz
>
> You can reach the person managing the list at
>        koha-owner at lists.katipo.co.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Koha digest..."
>
>
> Today's Topics:
>
>   1. Re: production mode - trapped fatal error (Joe Atzberger)
>   2. Question about biblio frameworks (Lenora Oftedahl)
>   3. 001 control number (John)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 2 Dec 2008 14:51:37 -0500
> From: "Joe Atzberger" <ohiocore at gmail.com>
> Subject: Re: [Koha] production mode - trapped fatal error
> To: "Iago Lorenzo Salgueiro" <ilorenzo at cetmar.org>
> Cc: koha at lists.katipo.co.nz
> Message-ID:
>        <235bf14f0812021151r4d04e1dbu184ede01330af7b9 at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> This means you haven't installed HTML::Template::Pro (or haven't done it in
> a location where Koha can find it).
> --Joe
>
> On Tue, Dec 2, 2008 at 12:53 PM, Iago Lorenzo Salgueiro <
> ilorenzo at cetmar.org
> > wrote:
>
> >  Permissions checked, all good (in koha files and configs)
> >
> > I set PERL5LIB and KOHA_CONF, inside "/var/www/html-virtuals/koha/lib"
> > folder I run:
> >
> > # perl -wc C4/Auth.pm
> > Can't locate HTML/Template/Pro.pm in @INC (@INC contains:
> > /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0
> > /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
> > /usr/local/lib/perl5/site_perl/5.10.0
> > /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
> > /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
> > /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
> > /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl
> > /usr/lib/perl5/site_perl .) at C4/Output.pm line 33.
> > BEGIN failed--compilation aborted at C4/Output.pm line 33.
> > Compilation failed in require at C4/Auth.pm line 30.
> > BEGIN failed--compilation aborted at C4/Auth.pm line 30.
> >
> > What means this error?
> >
> >  -----Mensaje original-----
> > *De:* Joe Atzberger [mailto:ohiocore at gmail.com]
> > *Enviado el:* martes, 02 de diciembre de 2008 17:03
> > *Para:* Iago Lorenzo Salgueiro
> > *CC:* koha at lists.katipo.co.nz
> > *Asunto:* Re: [Koha] production mode - trapped fatal error
> >
> > Iago --
> >
> > Get on the command line, then set/export PERL5LIB and KOHA_CONF.  Since
> the
> > problem seems to be with Auth, then try perl -wc C4/Auth.pm
> >
> > Make sure the permissions on your KOHA_CONF file allow it to be read by
> > Apache.
> >
> > --Joe
> >
> > On Tue, Dec 2, 2008 at 3:28 AM, Iago Lorenzo Salgueiro <
> > ilorenzo at cetmar.org> wrote:
> >
> >>  Hi:
> >>   In Fedora 9, with KOHA 3.00.00 and after all the setup, when i go to
> my
> >> koha opac page for first time, i get the error:
> >>
> >> "production mode - trapped fatal error"
> >>
> >>  I look at and find about this error, and tried other solutions (like
> the
> >> perl-dependencies losed, or reinstallation of someones -CGI::Session and
> >> anothers-). I can see, in the koha log file this:
> >>
> >> [Mon Dec 01 18:33:45 2008] [error] [client 127.0.0.1] [Mon Dec  1
> >> 18:33:45 2008] opac-main.pl: BEGIN failed--compilation aborted
> >> at /var/www/html-virtuals/koha/opac/cgi-bin/opac/opac-main.pl line 22.
> >>
> >> the line 22 of opac-main.pl contains:
> >>
> >> use C4::Auth;    # get_template_and_user
> >>
> >> and the same error when i entered in koha-intranet, and the line of the
> >> error is similar (when reference to C4::***)
> >>
> >> I check the variable PERL5LIB in apache configuration, and it's ok:
> >>
> >> SetEnv KOHA_CONF "/etc/koha/koha-conf.xml"
> >> SetEnv PERL5LIB "/var/www/html-virtuals/koha/lib"
> >>
> >> inside each VirtualHost (OPAC and intranet)
> >>
> >> When I test all the possible (failed) solutions, I have SELinux and
> >> firewall disabled (to avoid problems)
> >>
> >> Someone know what is the problem (or can be)??
> >>
> >> thanks!!
> >>
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/fc333f63/attachment.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 02 Dec 2008 13:53:13 -0800
> From: "Lenora Oftedahl" <OFTL at critfc.org>
> Subject: [Koha] Question about biblio frameworks
> To: koha at lists.katipo.co.nz
> Message-ID: <s9353deb.096 at critfc.org>
> Content-Type: text/plain; charset=US-ASCII
>
> So let's say I decide I don't need a particular framework anymore.  What
> happens when I delete that framework?  I get an "Are you sure?" message that
> there are records linked to that framework.
>
> Thanx.
> Lenora
>
> --
> ***************************************
> Lenora A. Oftedahl, MLS MEPM
> StreamNet Regional Librarian
> Columbia River Inter-Tribal Fish Commission
> 729 NE Oregon St, Ste 190
> Portland, OR  97232
> 503-736-3581 / ARIEL: 207.173.155.8
> 503-731-1260 FAX
> OFTL at critfc.org          http://www.fishlib.org
> *************************************
> "One by one, the penguins are stealing my sanity"
> **************************************
> "Don't worry about the world coming to an end today. It's already tomorrow
> in Australia."
>                                  --(Charles Schultz)
> **************************************
> "The problem with adults is that they are contaminated by experience."
>    --Kumi Naidoo, General Secretary and CEO of CIVICUS
> **************************************
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 2 Dec 2008 17:13:52 -0500
> From: John <jdayrutherford at gmail.com>
> Subject: [Koha] 001 control number
> To: Koha at lists.katipo.co.nz
> Message-ID:
>        <f821b6c20812021413q60dd1712k2f23ed9606395937 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I have a new koha 3 installation. I am playing with importing
> marc records. I want to match on the 001 field. The default
> match field is set as ISBN now.
>
> Do I need to set the biblioitems.biblionumber field to be the 001
> field? Is there any relation between biblionumber and the fields defined in
> Record Matching Rules?
>
>
> John Rutherford
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/09450f48/attachment-0001.htm
>
> ------------------------------
>
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
> End of Koha Digest, Vol 38, Issue 7
> ***********************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.katipo.co.nz/pipermail/koha/attachments/20081203/b1b332f6/attachment-0001.htm 


More information about the Koha mailing list