Modify

Opened 16 years ago

Closed 16 years ago

Last modified 11 years ago

#3155 closed defect (invalid)

LookupError: unknown encoding: /trac/reset_password

Reported by: anonymous Owned by: Matt Good
Priority: highest Component: AccountManagerPlugin
Severity: major Keywords:
Cc: pierre.roth@… Trac Release: 0.11

Description

When accessing http://myserver/trac, an error occurs (see here under). If I access http://myserver/trac/login, apache asks me for a login/password and once connected no error anymore.

Happened with latest Trac (Trac-r7198) and Genshi (Genshi-0.5).

System:

Trac:  	0.11dev-r7198
Python: 	2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools: 	0.6c7
SQLite: 	3.5.2
pysqlite: 	2.4.1
Genshi: 	0.5
mod_python: 	3.3.1
Pygments: 	0.9
Subversion: 	1.4.6 (r28521)
jQuery:	1.2.3
Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 339, in send_error
    'text/html')
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 684, in render_template
    data = self.populate_data(req, data)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 592, in populate_data
    d['chrome'].update(req.chrome)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 168, in __getattr__
    value = self.callbacks[name](self)
  File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 460, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 170, in get_navigation_items
    (req.href.reset_password()))
LookupError: unknown encoding: /trac/reset_password

Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by anonymous

Cc: pierre.roth@… added; anonymous removed

Anonymous was me.

comment:2 Changed 16 years ago by anonymous

Resolution: invalid
Status: newclosed

After upgrading account manager to the trunk version (which is currently r3799), everything seems ok

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.