Modify ↓
Opened 18 years ago
Closed 18 years ago
#4637 closed defect (worksforme)
Error while updating existing milestones
Reported by: | 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 )
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 (0)
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You probably have an installation issue:
trac.ini
file should be writable for the web server (same file permissions asdb/trac.db
).