Modify ↓
Opened 19 years ago
Closed 19 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 )
Steps to reproduce:
- Log in with admin privileges
- Go to components menu
- Click a radio button under 'default'
- 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 , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is an installation issue.
As you have noticed in the error message, the plugin is unable to update the
trac.inifile 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.