Unable to display reports

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
maorazon
TestLink user
Posts: 10
Joined: Fri Jul 10, 2009 9:05 am

Unable to display reports

Post 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.
Pavlik
Advanced user
Posts: 31
Joined: Thu Jul 23, 2009 9:03 am

Post by Pavlik »

Look at the "Events"-site of admins account. Are there some messages?
maorazon
TestLink user
Posts: 10
Joined: Fri Jul 10, 2009 9:05 am

Post 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
Pavlik
Advanced user
Posts: 31
Joined: Thu Jul 23, 2009 9:03 am

Post 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.
maorazon
TestLink user
Posts: 10
Joined: Fri Jul 10, 2009 9:05 am

Post 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!
skane
TestLink user
Posts: 1
Joined: Thu May 18, 2006 10:41 pm
Location: Plano, TX

Re: Unable to display reports

Post 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).
aostad
Member of TestLink Community
Posts: 183
Joined: Wed Apr 01, 2009 8:32 pm

Re: Unable to display reports

Post 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.
Locked