Re: [Codestriker-user] CodeStriker cannot display the diff with the correct format when view an top
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2010-11-10 02:24:47
|
Hi Peng,
On line 77 of the file bin\codestriker.pl.base, there is:
$ENV{'PATH'} = '';
Can you change it to (or the directory where cmd.exe is):
$ENV{'PATH'} = 'c:/Windows/system32';
Then re-run install.pl, restart your web-server and try again? Please
let me know if this fixes it.
Are you using mod-perl or CGI?
Cheers,
David
|