Wednesday, 5 June 2013

How to increase import file size in testlink

Set "max_execution_time = 120" seconds (2 minutes) in php.ini file. 
You can increase it to 600 seconds (10 2 minutes).

In the testlink folder, go to "config_inc.php" and search the "$tlCfg->repository_max_filesize" line then you can decide how much you want to upload file size (MB). 
"$tlCfg->import_file_max_size_bytes" line then you can give the size with Bytes. 
"$tlCfg->import_max_row" = '100000'; // in chars 

3 comments:

  1. C:\Bitnami\testlink-1.9.16-6\apps\testlink\htdocs go to this folder and open the config.inc.php file in your text editer. search the field "import_file_max_size_bytes" and enter the your size.

    ReplyDelete
  2. how to export big size test case from testlink

    ReplyDelete
  3. Which all files needs change to increase file upload limit. Currently default settings are there in my TestLink.

    ReplyDelete