New user
When I click on 'Print Reports' tab in Mantis I just get a blank page.
Anyone please advise?
Thank you
Extracting bug reports from Mantis
Moderators: Developer, Contributor
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.
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
brunette