Ticket #6389 (closed defect: wontfix)
Cannot open an attachment after it is uploaded
| Reported by: | rlu@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | attachment | Version: | 0.10.3 |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description (last modified by cboos) (diff)
I can see the file is uploaded into the directory on the server, but when I clicked on the link in the ticket to open/download it, it gave this error message below.
Here is the error message:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "attachment.py", line 370, in process_request
File "attachment.py", line 554, in _render_view
NameError: global name 'filename' is not defined
Please advise. Thanks! Rong
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


