I have installed WebChess on my server. I use paid virtual hosting. After remowing default config.php and uploading the new config.php that was downloaded during installation, I opened my site. it said that there is a parse error. The text of the error: Parse error: syntax error, unexpected '$_CONFIG' (T_VARIABLE) in /home/dgamesu/public_html/games/webchess/config.php on line 1
How can I fix it?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I have installed WebChess on my server. I use paid virtual hosting. After remowing default config.php and uploading the new config.php that was downloaded during installation, I opened my site. it said that there is a parse error. The text of the error: Parse error: syntax error, unexpected '$_CONFIG' (T_VARIABLE) in /home/dgamesu/public_html/games/webchess/config.php on line 1
How can I fix it?
Thank you!
Hi,
$_CONFIG must be set to true : $_CONFIG = true;
Is it ok?