Modify ↓
Opened 16 years ago
Closed 16 years ago
#8208 closed defect (invalid)
AttributeError: 'TracError' object has no attribute 'acctmgr'
Reported by: | nelson | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11 |
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'f0b697c6d8402d2bcc1dfc57', 'add': u' Add ', 'cat_id': u'accounts', 'email': u'', 'name': u'Jorge', 'panel_id': u'users', 'password': u'abc123', 'password_confirm': u'abc123', 'path_info': None, 'user': u'jorge'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
System Information
Trac | 0.11
|
Python | 2.5.2 (r252:60911, Oct 5 2008, 19:49:54) [GCC 4.3.2]
|
setuptools | 0.6c9
|
SQLite | 3.5.9
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Subversion | 1.5.1 (r32289)
|
jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 197, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/web_ui.py", line 109, in process_request path_info) File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 117, in render_admin_panel return self._do_users(req) File "build/bdist.linux-x86_64/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.
This is an issue with the AccountManager plugin. Please report it to the plugin maintainer.