Opened 16 years ago
Closed 16 years ago
#3823 closed defect (worksforme)
AccountModule trouble? LookupError: unknown encoding: /account
Reported by: | anonymous | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Enabling AccoundModule does an error:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/api.py", line 339, in send_error
'text/html')
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 684, in render_template
data = self.populate_data(req, data)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 592, in populate_data
dchrome?.update(req.chrome)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/api.py", line 169, in getattr
value = self.callbacks[name](self)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-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.freebsd-7.0-RELEASE-i386/egg/acct_mgr/web_ui.py", line 144, in get_navigation_items
(req.href.account()))
LookupError: unknown encoding: /account
Is hopes when user is logged in. tracd 0.11.1 TracAccountManager 0.1.3dev
You need to install the version of this plugin contained in the 0.11 folder. You're using an older version that is not compatible with Trac 0.11 due to changes in the API.