Modify ↓
#10630 closed defect (cantfix)
TemplateNotFound: Template "agilo_links_view.html" not found
| Reported by: | marcossilva | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /ticket/1, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'id': u'1'}
User Agent was: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11
System Information
| Trac | 0.11.7
|
| Python | 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) [GCC 4.5.2]
|
| setuptools | 0.6
|
| SQLite | 3.7.4
|
| pysqlite | 2.6.0
|
| Genshi | 0.6
|
| Agilo | 0.9.7
|
| Pygments | 1.4
|
| Subversion | 1.6.12 (r955767)
|
| RPC | 1.0.6
|
| jQuery: | 1.5
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 227, in dispatch
data, content_type)
File "/usr/lib/python2.7/dist-packages/trac/web/chrome.py", line 741, in render_template
stream = template.generate(**data)
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 532, in generate
stream = self.stream
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 442, in stream
self._stream = list(self._prepare(self._stream))
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 478, in _prepare
yield kind, (directives, list(substream)), pos
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 478, in _prepare
yield kind, (directives, list(substream)), pos
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 478, in _prepare
yield kind, (directives, list(substream)), pos
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/base.py", line 492, in _prepare
cls=cls or self.__class__)
File "/usr/local/lib/python2.7/dist-packages/Genshi-0.6-py2.7.egg/genshi/template/loader.py", line 246, in load
raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "agilo_links_view.html" not found
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue (AgiloForScrum).