Modify ↓
Opened 16 years ago
Closed 16 years ago
#8201 closed defect (invalid)
AttributeError: 'TracError' object has no attribute 'acctmgr'
Reported by: | wayne | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.1 |
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'b63ebcae1ec8f3bc150f366b', 'add': u' Add ', 'cat_id': u'accounts', 'email': u'zhangyang@qomo.com', 'name': u'zhangyang', 'panel_id': u'users', 'password': u'123456', 'password_confirm': u'123456', 'path_info': None, 'user': u'zhangyang'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.7) Gecko/20080528 Epiphany/2.22
System Information
Trac | 0.11.1
|
Python | 2.5.2 (r252:60911, Jan 4 2009, 18:00:02) [GCC 4.3.2]
|
setuptools | 0.6c8
|
SQLite | 3.5.9
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Pygments | 0.10
|
Subversion | 1.5.1 (r32289)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/trac/admin/web_ui.py", line 113, 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.
WrongTrac, see TracHacks:AccountManagerPlugin.