Modify ↓
Opened 16 years ago
Closed 16 years ago
#7621 closed defect (invalid)
TemplateNotFound: Template "admin_iterations.html" not found
Reported by: | 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 /admin/ticket/iterations
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'ticket', 'panel_id': u'iterations', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
System Information
Trac | 0.11
|
Python | 2.5.2 (r252:60911, Apr 21 2008, 11:29:43) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
|
setuptools | 0.6c9
|
SQLite | 3.4.2
|
pysqlite | 2.3.2
|
Genshi | 0.5
|
mod_python | 3.3.1
|
jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 219, in dispatch data, content_type) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 683, in render_template template = self.load_template(filename, method=method) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 667, in load_template return self.templates.load(filename, cls=cls) File "/usr/lib/python2.5/site-packages/Genshi-0.5-py2.5-linux-i686.egg/genshi/template/loader.py", line 231, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "admin_iterations.html" not found
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 0.11 |
Note:
See TracTickets
for help on using tickets.
This sounds like a plugin. Please file this bug against the plugin causing the error.