Stacktrace:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 315, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 205, in dispatch
req.display(template, content_type or 'text/html')
File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 329, in display
data = self.hdf.render(template)
File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 288, in render
template.parseFile(filename)
ParseError: ParseError: [/var/www/.python-eggs/TracDiscussion-0.5-py2.4.egg-tmp/tracdiscussion/templates/forum-list.cs:15] Undefined macro called: sortable_th(discussion.order, discussion.desc, 'id', 'ID', discussion.href + '?')
I guess the Problem is, that the clearsilver macro sortable_th() has been moved from macros.cs to browser.cs: http://trac.edgewall.org/changeset/3147
Copying this macro into forum-list.cs seems to solve the problem for me.