bugfix 826251
This commit is contained in:
parent
0c1ed20f9e
commit
5831547a35
1 changed files with 3 additions and 1 deletions
|
|
@ -395,7 +395,9 @@ sub writeLog {
|
|||
print $log $_[0];
|
||||
$log->close;
|
||||
} else {
|
||||
print STDOUT "Can't open log file: ".$WebGUI::Session::session{config}{logfile}." Check your WebGUI configuration file to set the path of the log file, and check to be sure the web server has the privileges to write to the log file.";;
|
||||
use CGI;
|
||||
my $cgi = CGI->new;
|
||||
print STDOUT $cgi->header(). "Can't open log file: ".$WebGUI::Session::session{config}{logfile}." Check your WebGUI configuration file to set the path of the log file, and check to be sure the web server has the privileges to write to the log file.";;
|
||||
WebGUI::Session::close();
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue