Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4906 closed defect (worksforme)

Attempting to choose a default component generates an internal error.

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Steps to reproduce:

  1. Log in with admin privileges
  2. Go to components menu
  3. Click a radio button under 'default'
  4. Click 'Apply Changes' button
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/home/trac_indigo/plugins/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
  File "/home/trac_indigo/plugins/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/ticket.py", line 87, in process_admin_request
  File "/usr/lib/python2.4/site-packages/trac/config.py", line 100, in save
    fileobj = file(self.filename, 'w')
IOError: [Errno 13] Permission denied: '/home/trac_indigo/conf/trac.ini'

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

This is an installation issue.

As you have noticed in the error message, the plugin is unable to update the trac.ini file to commit the configuration changes.

The configuration file should be writeable for the process that runs Trac (Apache, tracd, …). You may also have security settings to tweak if you have enabled SElinux.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.