Hi everyone. While installing test link, I get this error at the last step:
Parse error: syntax error, unexpected token ":" in C:\xampp\htdocs\testlink\config.inc.php on line 242
This is line 242 I have on the config.inc.php file:
/** @var string Path to store logs */
$tlCfg->log_path = D:/xampp/htdocs/testlink/logs/; 'logs' . DIRECTORY_SEPARATOR ;
Can you tell me where the error is? Thanks.