Menu

#77 Bug in the config file creation with automatic tool

v1.0 (example)
open
config file (1)
1
2016-05-15
2016-05-15
Luigi Usai
No

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

Discussion


Log in to post a comment.