Modify ↓
Opened 17 years ago
Closed 16 years ago
#6389 closed defect (wontfix)
Cannot open an attachment after it is uploaded
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | attachment | Version: | 0.10.3 |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
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 (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Keywords: | needinfo added |
---|
comment:3 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
no feedback given, closing
(was probably some customization of the code, which failed)
Note:
See TracTickets
for help on using tickets.
Are you sure you are using version 0.10.3? I can't see the standalone name 'filename' used on its own in that version.
Could you upgrade to latest 0.10.x at least, and report back?