Page 1 of 1

Unable to display reports

Posted: Mon Jul 27, 2009 4:20 am
by maorazon
Hi,

I am unable to display the report if I select other options other than the default checked options.

For example, if I click on Test Plan link, the default checked options is 'Test Case Summary'. If I select on the top level folder of my Test Cases tree, it will generate the report. However, if I choose other option in addition (ie 'Test Case Scenario'), it does not display any report. No error message either. Same is true with the Test Report link.

Now if i select the second level of my tree, and click other options together with default options, it can generate the report.



However, I would want to have the whole report not just individual parts of the reports (mainly concerned with the option 'Metrics': so I could see the remaining execution time).



For other reports such as:

- General Test Plan Metrics
- Test result matrix
- Failed Test Cases
- Blocked Test Cases
- Not run Test Cases
- Charts

When i click on these links on the left pane, it does not display anything on the right pane.


Can somebody please help me on this?

I have already created about 500 test cases and this would mean nothing if i can not generate reports.

Posted: Mon Jul 27, 2009 7:06 am
by Pavlik
Look at the "Events"-site of admins account. Are there some messages?

Posted: Mon Jul 27, 2009 7:56 am
by maorazon
Pavlik wrote:Look at the "Events"-site of admins account. Are there some messages?
Oh!

Here's is the message from the Events:

E_NOTICE Undefined property: stdClass::$text_editor - in /Applications/MAMP/htdocs/testlink/gui/templates_c/%%18^18C^18CF8421%%tcEdit.tpl.php - Line 56


What does that mean?


Newbie,
Mao

Posted: Mon Jul 27, 2009 8:10 am
by Pavlik
I have the warning too and posted it already here:
http://www.teamst.org/phpBB2/viewtopic.php?t=2150

But it could be not a problem to see the reports.

Posted: Wed Jul 29, 2009 9:38 am
by maorazon
Pavlik wrote:I have the warning too and posted it already here:
http://www.teamst.org/phpBB2/viewtopic.php?t=2150

But it could be not a problem to see the reports.

Found the solution for my reports not displaying found on this thread:

http://www.teamst.org/phpBB2/viewtopic. ... rt+showing


Thanks!

Re: Unable to display reports

Posted: Wed Aug 18, 2010 12:48 am
by skane
I had trouble following the link listed in the previous post. I was finally able to see the solution. I am just posting it here to make is easier. I had to edit the timeout values in the php.ini file. In my case it was taking more than 60 seconds to do the queries to the Jira system.

These are the recommended settings for TL version 1.8.5.
max_execution_time = 120 ; Maximum execution time of each script, in seconds

max_input_time = 120 ; Maximum amount of time each script may spend parsing request data

memory_limit = 64M ; Maximum amount of memory a script may consume (16MB).

Re: Unable to display reports

Posted: Mon Jan 24, 2011 5:35 pm
by aostad
My php.ini setting is like this:

max_execution_time = 3000 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (16MB).

Although I think above setting is fine, but I tried your configuration but still charts are not displayed.