Re: [Koha] ( Internal Server Error)
Mohamed:
Send the output of this test.pl script:
======================================================== #!/usr/bin/perl
print "Content-type: text/html\n\n";
foreach (@INC) { print "INCLUDE: $_<br>\n"; }
my $scriptsize= -s "/usr/local/koha/intranet/modules/C4/Search.pm";
print "Script Size: $scriptsize\n"; ========================================================
Steve.
I've put the <Directory></Directory> manually , and now I've removed them outside the virtualHost entry . I've worte the script you send , and it gave an internal server error in the error-log file it was the following [Wed Apr 23 19:25:08 2003] [error] [client 10.100.100.2] Premature end of script headers: test2.pl [Wed Apr 23 19:25:08 2003] [error] [client 10.100.100.2] Unrecognized character \xC2 at /usr/local/koha/opac/cgi-bin/test2.pl line 6. Mohamed Amin _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
I'm not sure where that error came from. Try changing the foreach loop to: foreach my $include (@INC) { print "INCLUDE: $include<br>\n"; } Steve.
participants (2)
-
Mohamed Amin -
Tonnesen Steve