Edgewall Software

Opened 17 years ago

Closed 17 years ago

#4637 closed defect (worksforme)

Error while updating existing milestones — at Version 1

Reported by: vdierks@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

I tried to set a milestone as default:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.macosx-10.4-fat/egg/webadmin/web_ui.py", line 109, in process_request
  File "build/bdist.macosx-10.4-fat/egg/webadmin/ticket.py", line 186, in process_admin_request
  File "/usr/lib/python2.4/site-packages/trac/config.py", line 159, in save
    fileobj = file(self.filename, 'w')
IOError: [Errno 13] Permission denied: '/home/trac/ISS/conf/trac.ini'

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

You probably have an installation issue:

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

Note: See TracTickets for help on using tickets.