Ticket #122 (closed code bug: fixed)
Trac won't let me add attachents, even normal sized ones
| Reported by: | Bwob | Owned by: | eevee |
|---|---|---|---|
| Priority: | major | Component: | trac |
| Keywords: | Trac attachment file bug | Cc: | |
| Difficulty: |
Description
When I try to add attachments to tickets, (screenshots of bugs) it gives me an error:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.5/trac/attachment.py", line 361, in process_request
self._do_save(req, attachment)
File "/var/lib/python-support/python2.5/trac/attachment.py", line 494, in _do_save
attachment.insert(filename, upload.file, size)
File "/var/lib/python-support/python2.5/trac/attachment.py", line 180, in insert
os.makedirs(self.path)
File "os.py", line 165, in makedirs
makedirs(head, mode)
File "os.py", line 172, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/eevee/trac/attachments/ticket'

