Modify

Opened 15 years ago

Closed 15 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

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by Matt Good

Resolution: worksforme
Status: newclosed

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.

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.