View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010478 | mantisbt | bugtracker | public | 2009-05-11 04:12 | 2012-09-04 04:56 |
| Reporter | jpp34 | Assigned To | atrol | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Platform | Apache - PHP 4 | ||||
| Product Version | 1.1.7 | ||||
| Summary | 0010478: Error 500 when creating a new bug or updating a bug | ||||
| Description | Hello, I use mantis 1.1.7 with php4 with apache on host server. when i submit a bug, or i modify a bug, i have an error 500 : Internal Server Error. At first glance, the problem is the redirection page, since data are recorded. I corrected function html_meta_redirect in core / html_api.php in remplacant \t by \n but problem persists function html_meta_redirect( $p_url, $p_time = null, $p_sanitize = false ) { if ( null === $p_time ) { if ( $p_sanitize ) { echo "\n<meta http-equiv=\"Refresh\" content=\"$p_time;URL=$t_url\" />\n"; return true; I encounter the problem in the following pages : bug_report_page.php What do I do to not have this error? thnaks for your help | ||||
| Steps To Reproduce | Page "bug_report_page.php"
The page "error 500" from the host server appears. page " bug_update_page.php "
The page "error 500" from the server appears hébergé | ||||
| Tags | No tags attached. | ||||