Extracting bug reports from Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rcunneen
Posts: 4
Joined: 08 Jun 2006, 22:49

Extracting bug reports from Mantis

Post by rcunneen »

New user
When I click on 'Print Reports' tab in Mantis I just get a blank page.
Anyone please advise?
Thank you
brunette
Posts: 9
Joined: 27 Jul 2005, 12:47
Location: France

Post by brunette »

Hi,

If you uncomment these lines in ./print_bug_page.php it shold work:
so replace:
if ( SIMPLE_ONLY == $g_show_view ) {
print_header_redirect ( 'bug_view_page.php?bug_id='.$f_bug_id );
}
with:
# if ( SIMPLE_ONLY == $g_show_view ) {
# print_header_redirect ( 'bug_view_page.php?bug_id='.$f_bug_id );
# }
in ./print_bug_page.php

But then all information will be printed, not only these from the simple view.
@+
brunette
Post Reply