attachments cannot be downloaded
Posted: 01 Dec 2005, 20:58
Using Mantis 1.0.0rc2
When trying to download attachments from a bug report it works fine, but only once. If you try to click the attachment a second time, the page takes a very, very long time to load and eventually gives this error:
I checked the access log. It doesn't show anything unusual for the click:
Anyone know what's going on here?
Thanks!
When trying to download attachments from a bug report it works fine, but only once. If you try to click the attachment a second time, the page takes a very, very long time to load and eventually gives this error:
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, noone and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7mdk) Server at mantis.networkstreaming.local Port 80Code: Select all
192.168.16.95 - - [01/Dec/2005:14:46:49 -0600] "GET /file_download.php?file_id=161&type=bug HTTP/1.1" 500 657 "http://mantis/bug_view_advanced_page.php?bug_id=483" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5"
Thanks!