[SOLVED] No report is displayed after importing big req spec

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

[SOLVED] No report is displayed after importing big req spec

Post by aostad »

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.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: [SOLVED] No report is displayed after importing big req

Post by fman »

look for solution on our Mantis
Post Reply