Modify

Opened 15 years ago

Closed 15 years ago

#5621 closed defect (invalid)

On enabling of Revtreemodule crashes Trac with LookupError: unknown encoding: /trac/revtree

Reported by: anonymous Owned by: Emmanuel Blot
Priority: normal Component: RevtreePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

As soon as I enable the RevTreeModule (revtree.web_ui.revtreemodule) I get the following traceback: Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 377, in send_error

'text/html')

File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 725, in render_template

req.chrome[type_].append(

File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 195, in getattr

value = self.callbacks[name](self)

File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 489, in prepare_request

for category, name, text in contributor.get_navigation_items(req):

File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 169, in get_navigation_items

self.env.href.revtree()))

LookupError: unknown encoding: /trac/revtree

TracRevtreePlugin 0.4.7.3dev Trac 0.11.5

Attachments (0)

Change History (3)

comment:1 Changed 15 years ago by anonymous

Resolution: fixed
Status: newclosed

Fixed at least in version 6.3dev_r0

comment:2 Changed 15 years ago by anonymous

Resolution: fixed
Status: closedreopened

comment:3 Changed 15 years ago by Emmanuel Blot

Priority: highnormal
Resolution: invalid
Severity: criticalnormal
Status: reopenedclosed

Nothing has been fixed: a wrong version of the plugin has been installed with an incompatible version of Trac...

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
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.