Edgewall Software

Ticket #4637 (closed defect: worksforme)

Opened 22 months ago

Last modified 22 months ago

Error while updating existing milestones

Reported by: vdierks@… Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

Description (last modified by eblot) (diff)

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'

Attachments

Change History

Changed 22 months ago by eblot

  • status changed from new to closed
  • resolution set to worksforme
  • description modified (diff)

You probably have an installation issue:

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

Add/Change #4637 (Error while updating existing milestones)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.