Modify ↓
      
#8988 closed defect (cantfix)
TemplateNotFound: Template "agilo_pro_no_sprint_found.html" not found
| Reported by: | harvest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.5 | 
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /sprints/no-sprint-found/, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
System Information
| Trac |  0.11.5 
 | 
| Python |  2.4.3 (#1, Jul 27 2009, 17:57:39)  [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] 
 | 
| setuptools |  0.6c11 
 | 
| SQLite |  3.3.6 
 | 
| pysqlite |  1.1.7 
 | 
| Genshi |  0.5.1 
 | 
| mod_python |  3.3.1 
 | 
| Agilo |  0.8.4-r2257-20091218 
 | 
| Subversion |  1.6.6 (r40053) 
 | 
| jQuery: |  1.2.6 
 | 
Python Traceback
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 226, in dispatch
    data, content_type)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 730, in render_template
    template = self.load_template(filename, method=method)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 704, in load_template
    return self.templates.load(filename, cls=cls)
  File "/usr/lib/python2.4/site-packages/Genshi-0.5.1-py2.4-linux-i686.egg/genshi/template/loader.py", line 237, in load
TemplateNotFound: Template "agilo_pro_no_sprint_found.html" not found
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
PluginIssue (AgiloForScrum).