I have imported and exported a requirement spec with 1950 items. I had to do some configuration in time and size of files to be able to do that. After the importing or exporting the page went blank and requirement trees did not get refreshed. After restarting computer the imported req spec showed up in requirements tree, however, the result or report has never been displayed, so I don't know if there is any issue (not imported req.) in the procedure.
To do that I have to do following configuration in conf.inc.php and php.ini:
config.inc.php - $tlCfg->import_max_row = '100000'; // in chars
$tlCfg->repository_max_filesize = 40; //MB
$tlCfg->import_file_max_size_bytes = '40960000';
php.ini - max_execution_time = 12000
Has anybody experienced this problem? Any help to resolve this issue is much appreciated.
[SOLVED] No report is displayed after importing big req spec
Moderators: Amaradana, TurboPT, TL Developers
Re: [SOLVED] No report is displayed after importing big req
look for solution on our Mantis