Opened 17 years ago
Closed 17 years ago
#5738 closed defect (invalid)
Problem with tracintrablogtheme
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When I'm use tracdiscussion plugin with tracintrablogtheme make some error:
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python25\lib\site-packages\trac\web\main.py", line 244, in dispatch
req.display(template, content_type or 'text/html')
File "C:\Python25\lib\site-packages\trac\web\api.py", line 359, in display
data = self.hdf.render(template, form_token)
File "C:\Python25\lib\site-packages\trac\web\clearsilver.py", line 296, in render
injector.feed(template.render())
ParseError: ParseError: [C:\Documents and Settings\LocalService\Application Data\Python-Eggs\tracintrablogtheme-1.0-py2.5.egg-tmp\intrablogtheme\templates/footer.cs:20] Undefined macro called: nav(chrome.nav.mainnav, , 0)
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | 2.0 |
---|---|
Priority: | high → normal |
Resolution: | → invalid |
Severity: | critical → normal |
Status: | new → closed |
- This is a plugin error and should be reported on trac-hacks.
- Probably a Trac version mismatch.
Replying to anonymous:
What has happened?