Opened 16 years ago

Closed 15 years ago

#10 closed defect (fixed)

Error al adjuntar archivo a los tickets

Reported by: guille Owned by: somebody
Priority: major Milestone:
Component: otro Version:
Keywords: Cc:

Description

posible problema en permisos de grabacion

error 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: '/var/local/trac/publico/redcta/attachments/ticket'

Change History (2)

comment:1 Changed 15 years ago by (none)

Milestone: Documentación de Sitios Instalados

Milestone Documentación de Sitios Instalados deleted

comment:2 Changed 15 years ago by sebas

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.