Opened 15 years ago

Closed 15 years ago

#4767 closed Bug report (fixed)

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

Reported by: lucas Owned by:
Priority: high Component: Other
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

How to Reproduce

While doing a POST operation on /register, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'8fb398b0025c425b12d9b836',
 'action': u'create',
 'email': u'lucasdanteforim@hotmail.com',
 'name': u'lucas',
 'password': u'tapanapantera',
 'password_confirm': u'tapanapantera',
 'user': u'www.L2WarloCk.orgfree.com'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2

System Information

Trac 0.11.4
Python 2.5.2 (r252:60911, Jan 4 2009, 22:17:10)
[GCC 4.3.2]
setuptools 0.6c8
SQLite 3.5.9
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 405, in process_request
    data['acctmgr'] = e.acctmgr
AttributeError: 'TracError' object has no attribute 'acctmgr'


Change History (2)

comment:1 by Tim Kosse, 15 years ago

Component: FileZilla ClientOther
Priority: criticalhigh

comment:2 by Tim Kosse, 15 years ago

Resolution: fixed
Status: newclosed

This problem should be fixed.

Trac has been moved to a new server and all involved software has been updated.

Note: See TracTickets for help on using tickets.