Modify ↓
#11265 closed defect (cantfix)
TemplateNotFound: Template "widget_query_results.html" not found
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
How to Reproduce
While doing a GET operation on /query
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'component': u'component1', 'group': u'component', 'order': u'priority', 'product': u'peoplefinder'}
User agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:18.0) Gecko/20130119 Firefox/18.0
System Information
Trac | 1.0.1
|
Babel | 1.3
|
Bloodhound Trac | 1.0.1
|
Genshi | 0.7 (without speedups)
|
mod_wsgi | 3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
psycopg2 | 2.5.1
|
Pygments | 1.6
|
Python | 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)]
|
pytz | 2013b
|
setuptools | 0.9.7
|
jQuery | 1.7.2
|
Enabled Plugins
BloodhoundDashboardPlugin | 0.5.3
|
BloodhoundMultiProduct | 0.5.3
|
BloodhoundTheme | 0.5.3
|
TracAccountManager | 0.4.3
|
TracPermRedirect | 3.0
|
TracThemeEngine | 2.2.0
|
Python Traceback
Traceback (most recent call last): File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\trac\web\main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\trac\web\main.py", line 233, in dispatch content_type) File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\trac\web\chrome.py", line 982, in render_template stream = template.generate(**data) File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\genshi\template\base.py", line 545, in generate stream = self.stream File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\genshi\template\base.py", line 455, in stream self._stream = list(self._prepare(self._stream)) File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\genshi\template\base.py", line 505, in _prepare cls=cls or self.__class__) File "C:\apache\bloodhound\installer\bloodhound\lib\site-packages\genshi\template\loader.py", line 246, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "widget_query_results.html" not found
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Priority: | high → normal |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
A duplicate of #11264. Please search tickets before submitting a new ticket. Thanks.