View Issue Details

IDProjectCategoryView StatusLast Update
0009317mantisbtbugtrackerpublic2014-11-07 16:28
Reporterpolzin Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.1.2 
Summary0009317: "stop on error" seems to break redirection
Description

With the option "stop_on_error" I have problems with redirection. E.g. when entering a new bugnote, after pressing enter I am left at an empty "bugnote_add.php" page.

I tried to trace the problem, and found that
print_successful_redirect -->
print_header_redirect

Stops at
if ( ON == config_get( 'stop_on_errors' ) && error_handled() ) {
return false;
}

Even though there was no error, it seems as if "error_handled()" returns false. Is it possible, that it returns false, if there is not error and no handled error? The default for "g_error_handled" is false.

Changing the setting for "stop_on_error", everything worked fine. So I think it is not one of these annoying "additional newline at end of file" problems.

TagsNo tags attached.

Activities

There are no notes attached to this issue.