Modify ↓
Opened 16 years ago
Closed 16 years ago
#8940 closed defect (wontfix)
AttributeError: 'TracError' object has no attribute 'acctmgr'
| Reported by: | dhealey | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.6 |
| 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'e5a71eac2873dfcb0f8f02c5',
'add': u' Add ',
'cat_id': u'accounts',
'email': u'tsanders@araneasolutions.com',
'name': u'Traci Sanders',
'panel_id': u'users',
'password': u'tsanders',
'password_confirm': u'tsanders',
'path_info': None,
'user': u'tsanders'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729) FBSMTWB
System Information
| Trac | 0.11.6
|
| Python | 2.6 (r26:66714, Jun 8 2009, 16:07:26) [GCC 4.4.0 20090506 (Red Hat 4.4.0-4)]
|
| setuptools | 0.6c9
|
| MySQL | server: "5.1.41", client: "5.1.41", thread-safe: 0
|
| MySQLdb | 1.2.3c1
|
| Genshi | 0.5.1
|
| Pygments | 1.1.1
|
| GIT | 1.6.2.5
|
| Subversion | 1.6.6 (r40053)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/Trac-0.11.6-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6-py2.6.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/site-packages/Trac-0.11.6-py2.6.egg/trac/admin/web_ui.py", line 114, in process_request
path_info)
File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 117, in render_admin_panel
return self._do_users(req)
File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 188, in _do_users
data['acctmgr'] = e.acctmgr
AttributeError: 'TracError' object has no attribute 'acctmgr'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (TH:AccountManagerPlugin).
(Too bad I haven't updated t.e.o yet in order to test #5516… Will be for the next one ;-) )