[Haskell-cafe] ANN: Haddock Trac
Misha Aizatulin
avatar at hot.ee
Mon Jun 16 20:50:16 EDT 2008
hi,
I wasn't able to add an attachment to a ticket, is something wrong
with permissions?
Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387,
in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 237,
in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.4/trac/attachment.py", line
361, in process_request
self._do_save(req, attachment)
File "/var/lib/python-support/python2.4/trac/attachment.py", line
494, in _do_save
attachment.insert(filename, upload.file, size)
File "/var/lib/python-support/python2.4/trac/attachment.py", line
180, in insert
os.makedirs(self.path)
File "os.py", line 156, in makedirs
makedirs(head, mode)
File "os.py", line 159, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied:
'/srv/trac/haddock/attachments/ticket'
Cheers,
Misha
More information about the Haskell-Cafe
mailing list