Edgewall Software
Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12191 closed defect (cantfix)

AttributeError: 'TracError' object has no attribute 'acctmgr'

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version: 0.12.2
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'67180cac60d1d51550a94e97',
 'add': u' Add ',
 'cat_id': u'accounts',
 'email': u'sindura@creatlivestudios.com',
 'name': u'sindura',
 'panel_id': u'users',
 'password': u'agile66',
 'password_confirm': u'agile66',
 'path_info': None,
 'user': u'sindhu'}

User agent: Mozilla/5.0 (Windows NT 6.1; rv:39.0) Gecko/20100101 Firefox/39.0

System Information

Trac 0.12.2
Agilo 1.3.14-pro
Genshi 0.6
pysqlite 2.3.2
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.3.4
Subversion 1.5.6 (r36142)
jQuery 1.4.2

Enabled Plugins

binary-agilo 1.3.14-pro
tracaccountmanager 0.2.1dev-r5836

Python Traceback

Traceback (most recent call last):
  File "C:\Program Files\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Program Files\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Program Files\Agilo\lib\site-packages\trac-0.12.2-py2.5-win32.egg\trac\admin\web_ui.py", line 116, in process_request
    path_info)
  File "C:\Program Files\Agilo\lib\site-packages\tracaccountmanager-0.2.1dev_r5836-py2.5.egg\acct_mgr\admin.py", line 117, in render_admin_panel
    return self._do_users(req)
  File "C:\Program Files\Agilo\lib\site-packages\tracaccountmanager-0.2.1dev_r5836-py2.5.egg\acct_mgr\admin.py", line 188, in _do_users
    data['acctmgr'] = e.acctmgr
AttributeError: 'TracError' object has no attribute 'acctmgr'

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 9 years ago

Resolution: cantfix
Status: newclosed

comment:2 by Jun Omae, 9 years ago

A duplicate of #8201, #8922, #8940, #8970, #9139, #9329, #9441, #9902, #10180 and #10205. Please submit a new ticket after searching reported tickets.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.