Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4277 closed defect (invalid)

Problem changing default version for eyris trac

Reported by: Paul.Travers@… 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'

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.