Edgewall Software

Ticket #4277 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Problem changing default version for eyris trac

Reported by: Paul.Travers@… Owned by: cmlenz
Priority: normal Milestone:
Component: admin/console Version: 0.10.2
Severity: normal Keywords:
Cc:

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

Change History

Changed 2 years ago by cboos

  • status changed from new to closed
  • resolution set to invalid

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.

Add/Change #4277 (Problem changing default version for eyris trac)

Author



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