Opened 18 years ago
Closed 18 years ago
#4277 closed defect (invalid)
Problem changing default version for eyris trac
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.10.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Tried to modiify default version to 1.1i and got the following failure
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 238, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/share/trac/plugins/TracWebAdmin-0.1.1dev_r2765-py2.4.egg/webadmin/web_ui.py", line 106, in process_request File "/usr/share/trac/plugins/TracWebAdmin-0.1.1dev_r2765-py2.4.egg/webadmin/ticket.py", line 163, 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: '/var/www/trac/eyris/conf/trac.ini'
Well, the error seems to be self explaining: simply change the permission or ownership of the '/var/www/trac/eyris/conf/trac.ini' file so that the user under which Trac operates (apache? www? nobody? depends on your system) can write to that file.