Modify ↓
Opened 7 years ago
Closed 7 years ago
#12948 closed defect (cantfix)
TemplateNotFound: Template "macros.html" not found
Reported by: | admin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /pydoc
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{}
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
System Information
Trac | 1.2.2
|
Babel | 2.5.1
|
Docutils | 0.14
|
FullBlog | 0.1.6.3
|
Genshi | 0.7 (without speedups)
|
GIT | 1.8.3.1
|
MySQL | server: "5.5.56-MariaDB", client: "5.5.56-MariaDB", thread-safe: 1
|
MySQLdb | 1.2.5
|
Pygments | 2.2.0
|
Python | 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]
|
pytz | 2017.2
|
setuptools | 0.9.8
|
jQuery | 1.11.3
|
jQuery UI | 1.11.4
|
jQuery Timepicker | 1.5.5
|
Enabled Plugins
trac-LighterTheme | 0.3.1
|
Tracchildtickets | 2.5.5.dev0
|
TracDoxygen | 0.7.5
|
TracFullBlogPlugin | 0.1.6.3
|
TracPyDoc | 0.11.2
|
TracStats | 0.6.1
|
TracSubTicketsPlugin | 0.5.3
|
TracTags | 0.9
|
WikiAutoComplete | 1.3
|
Interface Customization
Python Traceback
Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 623, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 259, in dispatch iterable=chrome.use_chunked_encoding) File "/usr/lib64/python2.7/site-packages/trac/web/chrome.py", line 1125, in render_template stream = template.generate(**data) File "/usr/lib64/python2.7/site-packages/genshi/template/base.py", line 545, in generate stream = self.stream File "/usr/lib64/python2.7/site-packages/genshi/template/base.py", line 455, in stream self._stream = list(self._prepare(self._stream)) File "/usr/lib64/python2.7/site-packages/genshi/template/base.py", line 505, in _prepare cls=cls or self.__class__) File "/usr/lib64/python2.7/site-packages/genshi/template/loader.py", line 246, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "macros.html" not found
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue.