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
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
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.
ReplyDeletehow to export big size test case from testlink
ReplyDeleteWhich all files needs change to increase file upload limit. Currently default settings are there in my TestLink.
ReplyDelete