Hi All, I've just upgraded from 1.2.3RC18 to 1.3.1 with 'koha.upgrade'. The intranet page gives an 'Internal Server Error' with the following koha-error log. [Wed Nov 27 06:17:50 2002] [error] [client 192.168.1.58] File does not exist: /usr/local/koha/intranet/htdocs/images/kohasplash.jpg HTML::Template->new() : Cannot open included file /default/en/intranet-main.tmpl : file not found. at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1580 HTML::Template::_init_template('HTML::Template=HASH(0x814a660)') called at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1177 HTML::Template::_init('HTML::Template=HASH(0x814a660)') called at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1071 HTML::Template::new('HTML::Template', 'filename', '/default/en/intranet-main.tmpl', 'die_on_bad_params', 0, 'global_vars', 1, 'path', ...) called at /usr/local/koha/intranet/modules/C4/Output.pm line 92 C4::Output::gettemplate('intranet-main.tmpl') called at /usr/local/koha/intranet/cgi-bin/mainpage.pl line 13 [Wed Nov 27 06:17:57 2002] [error] [client 192.168.1.58] Premature end of script headers: /usr/local/koha/intranet/cgi-bin/mainpage.pl And, though the Opac page opens in the different port searching gives the same internal server error with the following opac-error log record. opac at /usr/local/koha/opac/cgi-bin/search.pl line 31. opac at /usr/local/koha/opac/cgi-bin/search.pl line 36. HTML::Template->new() : Cannot open included file /default/en/catalogue/searchresults.tmpl : file not found. at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1580 HTML::Template::_init_template('HTML::Template=HASH(0x8197064)') called at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1177 HTML::Template::_init('HTML::Template=HASH(0x8197064)') called at /usr/lib/perl5/site_perl/5.6.0/HTML/Template.pm line 1071 HTML::Template::new('HTML::Template', 'filename', '/default/en/catalogue/searchresults.tmpl', 'die_on_bad_params', 0, 'global_vars', 1, 'path', ...) called at /usr/local/koha/intranet/modules/C4/Output.pm line 92 C4::Output::gettemplate('catalogue/searchresults.tmpl', 0) called at /usr/local/koha/opac/cgi-bin/search.pl line 47 [Wed Nov 27 06:25:07 2002] [error] [client 192.168.1.58] Premature end of script headers: /usr/local/koha/opac/cgi-bin/search.pl Should I install HTML::Template again? Saiful
On Wed, Nov 27, 2002 at 06:36:45AM +0530, Saiful Amin said:
Hi All,
I've just upgraded from 1.2.3RC18 to 1.3.1 with 'koha.upgrade'. The intranet page gives an 'Internal Server Error' with the following koha-error log.
Woo that was brave of you :-) Im not sure whether the upgrade will work, or whether the 1.3 series needs a clean install. Paul should an upgrade be expected to work? Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
Chris Cormack a écrit:
On Wed, Nov 27, 2002 at 06:36:45AM +0530, Saiful Amin said:
Hi All,
I've just upgraded from 1.2.3RC18 to 1.3.1 with 'koha.upgrade'. The intranet page gives an 'Internal Server Error' with the following koha-error log.
Woo that was brave of you :-) Im not sure whether the upgrade will work, or whether the 1.3 series needs a clean install. Paul should an upgrade be expected to work?
Chris
Hi Saiful, Very happy to read someone wanting to play with 1.3.x version. Many answers : * 1.3.2 should arrive... today (or tomorrow). I'm working on a little documentation (for MARC parameter) then release the version. * the updgrade should work, but i don't guarantee it. The fresh install works fine * your error comes from an error in /etc/koha.conf where the template directory is wrong : HTML::Template can't find the requested template. I think you'd better wait for 1.3.2, as it fixes some mistakes and clean dir structure (and adds a LOT of things) -- Paul
participants (3)
-
Chris Cormack -
paul POULAIN -
Saiful Amin