Wednesday 28 May 2014

Testlink Installation Problems


1. problem 
To solve Maximum Session Idle Time before Timeout  and Checking max. execution time (Parameter max_execution_time) errors in TestLink we need to edit php.ini file.

max_execution_time=3000
session.gc_maxlifetime=60000

2. problem

$tlCfg->log_path = 'E:\xampp\htdocs\testlink\logs'; /* unix example */
$g_repositoryPath = 'E:\xampp\htdocs\testlink\upload_area';  /* unix example */