Modify ↓
Opened 16 years ago
Closed 16 years ago
#9064 closed defect (cantfix)
AttributeError: TracError instance has no attribute 'acctmgr'
| Reported by: | tracadmin | 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'2d0558c53973b9f782eaa2e0',
'add': u' Add ',
'cat_id': u'accounts',
'email': u'admin@veriqual.com',
'name': u'Auto SVN',
'panel_id': u'users',
'password': u'ibnkhaldun',
'password_confirm': u'ibnkhaldun',
'path_info': None,
'user': u'autosvn'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.17) Gecko/2010010604 Ubuntu/8.04 (hardy) Firefox/3.0.17
System Information
| Trac | 0.11.6
|
| Python | 2.4.3 (#1, Sep 3 2009, 15:37:12) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
|
| setuptools | 0.6c5
|
| SQLite | 3.3.6
|
| pysqlite | 1.1.7
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| Agilo | 0.8.4-r2257-20091218
|
| Subversion | 1.4.2 (r22196)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.6-py2.4.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
File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 188, in _do_users
AttributeError: TracError instance has no attribute 'acctmgr'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (TH:AccountManagerPlugin).