Hi folks,
when installing current version of webchess, you get a T_string variable error because the config file is not created in a correct way.
The reason is that the file is created this way:
$CFG_SESSIONTIMEOUT = ;
this string is wrong, it should contain the ' ' like this:
$CFG_SESSIONTIMEOUT = '900';
Thank you in advance
Luigi
www.luigiusai.it