Edgewall Software

Opened 16 years ago

Closed 16 years ago

#6389 closed defect (wontfix)

Cannot open an attachment after it is uploaded — at Version 3

Reported by: rlu@… 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 Christian Boos)

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

Change History (3)

comment:1 by osimons, 16 years ago

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?

comment:2 by sid, 16 years ago

Keywords: needinfo added

comment:3 by Christian Boos, 16 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

no feedback given, closing

(was probably some customization of the code, which failed)

Note: See TracTickets for help on using tickets.