Ticket #122 (closed code bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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'

Attachments

matrixvee.png Download (11.1 KB) - added by eevee 3 years ago.
Test upload

Change History

Changed 3 years ago by eevee

Test upload

Changed 3 years ago by eevee

  • status changed from new to closed
  • resolution set to fixed

Huzzah. Sorry about that.

Add/Change #122 (Trac won't let me add attachents, even normal sized ones)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.