Modify ↓
Opened 17 years ago
Closed 13 years ago
#1762 closed defect (wontfix)
ctxtnavadd is not working 0.11: Template "ctxtnavadd.js" not found
Reported by: | phpxcache | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | CtxtnavAddPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
it generate a script url /ctxtnavadd/wiki, but i get error loading the script:
Trac detected an internal error: TemplateNotFound: Template "ctxtnavadd.js" not found
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/main.py", line 432, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/main.py", line 239, in dispatch data, content_type) File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/chrome.py", line 569, in render_template template = self.load_template(filename, method=method) File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/chrome.py", line 553, in load_template return self.templates.load(filename, cls=cls) File "/usr/lib/python2.4/site-packages/genshi/template/loader.py", line 214, in load raise TemplateNotFound(filename, search_path)
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
nope, u don't have it in setup.py. but even if i do, same error. and changed it to use ctxtnavadd.html filename and add a ctxtnavadd.html in template/, it loads but won't the template language won't compile but send as is.
comment:3 Changed 17 years ago by
SVN manifests strike again. Please try again with the current trunk.
Note: See
TracTickets for help on using
tickets.
Do you see the template in the egg file (
unzip -l
may help here)?