Modify ↓
Opened 16 years ago
Closed 16 years ago
#8385 closed defect (invalid)
IOError: (13, 'Permission denied')
| Reported by: | TracAdmin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /admin/accounts/users, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'424b8c49c5406f197ae07093',
'add': u' Add ',
'cat_id': u'accounts',
'email': u'anish_mundakkal@fulcrumlogic.com',
'name': u'onlyView',
'panel_id': u'users',
'password': u'fulcrum',
'password_confirm': u'fulcrum',
'path_info': None,
'user': u'onlyView'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
System Information
| Trac | 0.11.4
|
| Python | 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
|
| setuptools | 0.6c9
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "c:\python26\lib\site-packages\Trac-0.11.4-py2.6-win32.egg\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "c:\python26\lib\site-packages\Trac-0.11.4-py2.6-win32.egg\trac\web\main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "c:\python26\lib\site-packages\Trac-0.11.4-py2.6-win32.egg\trac\admin\web_ui.py", line 113, in process_request
path_info)
File "build\bdist.win32\egg\acct_mgr\admin.py", line 117, in render_admin_panel
return self._do_users(req)
File "build\bdist.win32\egg\acct_mgr\admin.py", line 185, in _do_users
_create_user(req, self.env, check_permissions=False)
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 70, in _create_user
mgr.set_password(user, password)
File "build\bdist.win32\egg\acct_mgr\api.py", line 128, in set_password
if store.set_password(user, password):
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 46, in set_password
self.userline(user, password))
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 100, in _update_file
f = open(filename, 'a')
IOError: [Errno 13] Permission denied: u'\\trac.htdigest'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue, though not really. Check your file permissions.