Modify ↓
#10616 closed defect (cantfix)
TemplateNotFound: Template "agilo_admin_team.html" not found
Reported by: | 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 /admin/agilo/teams
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'agilo', 'panel_id': u'teams', 'path_info': None}
User Agent was: Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B176 Safari/7534.48.3
System Information
Trac | 0.11.7
|
Python | 2.5.4 (r254:67916, Dec 3 2009, 14:36:49) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
|
setuptools | 0.6c11
|
SQLite | 3.3.6
|
pysqlite | 2.5.6
|
Genshi | 0.6
|
mod_wsgi | 3.1 (WSGIProcessGroup tracdaemon WSGIApplicationGroup %{GLOBAL})
|
Pygments | 1.1.1
|
Agilo | py2.5
|
CustomFieldAdmin | 0.2.2
|
RPC | 1.0.6
|
Subversion | 1.7.2 (r1207936)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 227, in dispatch data, content_type) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/chrome.py", line 738, in render_template template = self.load_template(filename, method=method) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/chrome.py", line 712, in load_template return self.templates.load(filename, cls=cls) File "/usr/local/lib/python2.5/site-packages/Genshi-0.6-py2.5.egg/genshi/template/loader.py", line 246, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "agilo_admin_team.html" not found
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 13 years ago
@rblank: thanks for the CC @jsmith: please contact support _at_ agilosoftware.com
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).