Modify ↓
      
Opened 14 years ago
Closed 14 years ago
#10664 closed defect (cantfix)
TemplateNotFound: Template "agilo_admin_customfields.html" not found
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/agilo/fields, Trac issued an internal error.
I created some custom fields and then created a new report. It failed to execute and I could no see the problem so I saved the report. Then I tried to access 'custom fields' but the system reported the error. Neither could I access 'sprints'. That caused a similar problem.
Request parameters:
{'cat_id': u'agilo', 'panel_id': u'fields', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
System Information
| Trac |  0.11.7 
 | 
| Python |  2.5.5 (r255:77872, Jun  3 2010, 14:43:28)  [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] 
 | 
| setuptools |  0.6c11 
 | 
| SQLite |  3.6.23 
 | 
| pysqlite |  2.3.2 
 | 
| Genshi |  0.5.1 
 | 
| mod_wsgi |  3.1 (WSGIProcessGroup tracdaemon WSGIApplicationGroup %{GLOBAL}) 
 | 
| Pygments |  1.3.1 
 | 
| Agilo |  py2.5 
 | 
| Subversion |  1.7.2 (r1207936) 
 | 
| RPC |  1.1.0-r7971 
 | 
| Docutils |  0.8.1 
 | 
| 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.5.1-py2.5-linux-x86_64.egg/genshi/template/loader.py", line 237, in load
    raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "agilo_admin_customfields.html" not found
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
PluginIssue (AgiloForScrum).