Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4637


Ignore:
Timestamp:
Feb 1, 2007, 1:04:45 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

You probably have an installation issue:

trac.ini file should be writable for the web server (same file permissions as db/trac.db).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4637

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

    initial v1  
    11I tried to set a milestone as default:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1111    fileobj = file(self.filename, 'w')
    1212IOError: [Errno 13] Permission denied: '/home/trac/ISS/conf/trac.ini'
     13}}}