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