View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006511 | mantisbt | bugtracker | public | 2005-12-18 06:57 | 2009-06-26 12:00 |
| Reporter | Fredy | Assigned To | grangeway | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 1.0.0rc4 | ||||
| Summary | 0006511: Problem with dowloading of uploaded files | ||||
| Description | Hi, i have serious issue and i have no idea, where could be a problem. Its about downloading of uploaded attachments in issues. For some reason, script just die on the line 79 in file_dowload.php. Its sending of header with content-disposition. Everything above this line pass through. When i comment this line, content of file is sended as expected inline. Maybe some weird configuration of webserver. Its running on Apache/2.0.55 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8a PHP/4.4.0. | ||||
| Tags | No tags attached. | ||||
|
Do you have this issue with multiple browsers? file_get_display_name( $v_filename ); (that still won't output the header, but at least traces the problem to either the header or the function call) |
|
|
I have tried in Firefox 1.0.7, there is blank page as result. In MSIE 6.0 i got message "The page cannot be displayed". PHP error reporting is fully enabled, and there is no runtime error. Header is translated right into: Content-Disposition: attachment; filename="SomeFile.html" |
|
|
Maybe this will help... |
|
|
I think that this is an MSIE 6.0 bug. See http://www.faqts.com/knowledge_base/view.phtml/aid/4906 . |
|
|
Fredy, Is this still an issue in the latest releases? Paul |
|
|
Thank you for taking the time to report a problem with mantis. Since this problem report was originally made, a number of releases have occured. Additionally no recent feedback has been received on this issue. Unfortunately you are not using the latest version and the problem might already be fixed. Please download the latest release from http://www.mantisbt.org/download.php If you are able to reproduce this bug in the current release, or have some more information on how this feature could be improved in the current release. Please either change the mantis version on this bug report Again, thank you for your continued support and report. |
|