Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#12705 closed defect (cantfix)

TemplateNotFound: Template "macros.html" not found

Reported by: braveswang@… Owned by:
Priority: high Milestone:
Component: general Version: 1.2
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /teststats, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{}

User agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0

System Information

Trac 1.2
Genshi 0.7 (with speedups)
MySQL server: "5.7.17", client: "5.1.72", thread-safe: 1
MySQLdb 1.2.3c1
Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]
pytz 2010h
setuptools 34.3.0
jQuery 1.11.3
jQuery UI 1.11.4
jQuery Timepicker 1.5.5

Enabled Plugins

TestManager 1.9.0
TracGenericClass 1.1.6
TracGenericWorkflow 1.0.5

Interface Customization

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 613, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 273, in dispatch
    iterable=chrome.use_chunked_encoding)
  File "/usr/lib/python2.6/site-packages/trac/web/chrome.py", line 1119, in render_template
    stream = template.generate(**data)
  File "/usr/lib64/python2.6/site-packages/genshi/template/base.py", line 545, in generate
    stream = self.stream
  File "/usr/lib64/python2.6/site-packages/genshi/template/base.py", line 455, in stream
    self._stream = list(self._prepare(self._stream))
  File "/usr/lib64/python2.6/site-packages/genshi/template/base.py", line 491, in _prepare
    yield kind, (directives, list(substream)), pos
  File "/usr/lib64/python2.6/site-packages/genshi/template/base.py", line 505, in _prepare
    cls=cls or self.__class__)
  File "/usr/lib64/python2.6/site-packages/genshi/template/loader.py", line 246, in load
    raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "macros.html" not found

Attachments (0)

Change History (3)

comment:1 by Ryan J Ollos, 7 years ago

Resolution: cantfix
Status: newclosed

comment:2 by anonymous, 7 years ago

I don't know how to fix it through config the test manager. I only click test stats link after installed test manager plugins. Can you give some advice?

comment:3 by Ryan J Ollos, 7 years ago

You cannot fix it through config. You need to file a bug report with th:TestManagerForTracPlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.