I have installed Koha 2.26 on an XP machine along with Mysqul 4.0.46, Acitve Perl 5.8.817 and Apache 2.0.59. I get the following opac error log message. [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] File does not exist: C:/usr/koha226/opac/htdocs/favicon.ico [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Premature end of script headers: opac-main.pl [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Can't locate HTML/Template.pm in @INC (@INC contains: c:/usr/koha226/intranet/modules C:/usr/lib C:/usr/site/lib .) at C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5. [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5. Any and all suggestions are appreciated. Please make them very specific and detailed. Thanks. TKR
Tom Rice wrote:
I have installed Koha 2.26 on an XP machine along with Mysqul 4.0.46, Acitve Perl 5.8.817 and Apache 2.0.59.
I get the following opac error log message.
[Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] File does not exist: C:/usr/koha226/opac/htdocs/favicon.ico [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Premature end of script headers: opac-main.pl [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Can't locate HTML/Template.pm in @INC (@INC contains: c:/usr/koha226/intranet/modules C:/usr/lib C:/usr/site/lib .) at C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5. [Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5.
Any and all suggestions are appreciated. Please make them very specific and detailed.
Hi Tom As the error log tells you, you are missing a perl module HTML::Template. You will need to install this and then try again. Chris
Tom Rice a écrit :
I have installed Koha 2.26 on an XP machine along with Mysqul 4.0.46, Acitve Perl 5.8.817 and Apache 2.0.59.
I get the following opac error log message.
[Thu Nov 30 16:50:45 2006] [error] [client 127.0.0.1] Can't locate HTML/Template.pm in @INC (@INC contains: c:/usr/koha226/intranet/modules C:/usr/lib C:/usr/site/lib .) at C:/usr/koha226/opac/cgi-bin/koha/opac-main.pl line 5.
Interesting line is here. Please consider installing HTML::Template perl module (via ppm). Bear in mind that Koha depends on som perl module described in release notes. Hope that helps. -- Henri-Damien LAURENT
participants (3)
-
Chris Cormack -
Henri-Damien LAURENT -
Tom Rice