The Wakaba and Kareha support thread, part 3 (535)

119 Name: Mr. Piratebox : 2011-09-15 22:53 ID:QbGeW+Wy [Del]

>>99

Got the Page-Load Problem solved. It was missing .pm file.

CGI::Carp qw ( fatalstobrowser does not work correctly on lighttpd.

use the following lines instead:

-> kareha.pl

#use CGI::Carp qw(fatalsToBrowser);

BEGIN {
use CGI::Carp qw ( carpout);
open ( LOG, ">>/tmp/cgi.log" ) or die ("Unable to open cgi.log");
carpout (LOG);
}

So you'll find the perl errors in /tmp/cgi.log

Anyone an idea to solve the problem, that I only see the new posts with a "refresh" of the page .. with lighttpd ??

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: