Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3568


Ignore:
Timestamp:
Aug 16, 2006, 1:52:56 AM (18 years ago)
Author:
Emmanuel Blot
Comment:

It looks like a configuration issue to me:
Did you check that all the directories under /var/lib/trac/dev/attachments are all writable by your web server?

For example, if you run debian, the attachments/wiki directory should be writable by user "www-data".

Such a misconfiguration often occurs when you first create your environment (with trac-admin) as root or a regular user, while your web server uses a dedicated account to execute.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3568

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #3568 – Description

    initial v1  
    11Python traceback
     2{{{
    23Traceback (most recent call last):
    34  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
     
    1819    mkdir(name, mode)
    1920OSError: [Errno 13] Permission denied: '/var/lib/trac/dev/attachments/wiki'
     21}}}