Hi Members
I changed Import limit to 10MB i.e. changed TL_IMPORT_LIMIT', '10485760'); // in bytes
i changed it in custom_config.inc.php file, but i am not able to import more than 1.7 MB size of xml file, please guide what may be wrong
In application it is showing as "Max. size of the file is 10240 kB"
TestLink 1.7.1 Import limit issue
-
- Advanced user
- Posts: 24
- Joined: Thu Nov 13, 2008 10:25 pm
-
- Advanced user
- Posts: 24
- Joined: Thu Nov 13, 2008 10:25 pm
Also changed php.ini file limit.
Also changed config.ini.php TL_IMPORT_ROW_MAX
Still no luck.
As I recall, test suite imports have always been a problem with TL & not sure it it really works.
I have also re-exported my test suites to smaller sub-sets w/and w/o keywords.
Same bad results.
Will keep messing w/it later today. Maybe some logging will give the answers.
Dave
Also changed config.ini.php TL_IMPORT_ROW_MAX
Still no luck.
As I recall, test suite imports have always been a problem with TL & not sure it it really works.
I have also re-exported my test suites to smaller sub-sets w/and w/o keywords.
Same bad results.
Will keep messing w/it later today. Maybe some logging will give the answers.
Dave
How to increase uploaded file size
This is working on my side:
in TestLink application:
change TL_IMPORT_LIMIT
(
see:
tclimport.php
resultsimport.php
reqlimport.php
)
in config.inc.php change:
define("TL_REPOSITORY_MAXFILESIZE", 65536*1024*$tlCfg->repository_max_filesize);
alse see the php ini file and increase the memory_limit if necessary.
hope it helps!
in TestLink application:
change TL_IMPORT_LIMIT
(
see:
tclimport.php
resultsimport.php
reqlimport.php
)
in config.inc.php change:
define("TL_REPOSITORY_MAXFILESIZE", 65536*1024*$tlCfg->repository_max_filesize);
alse see the php ini file and increase the memory_limit if necessary.
hope it helps!