Edgewall Software
Modify

Opened 12 years ago

Closed 12 years ago

#10818 closed defect (cantfix)

TemplateNotFound: Template "batchmod.html" not found

Reported by: montanari 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 /query, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'col': [u'id',
         u'summary',
         u'stato',
         u'type',
         u'cliente',
         u'end_customer',
         u'sow',
         u'qty',
         u'power',
         u'euro',
         u'area',
         u'dove',
         u'datac',
         u'last_action',
         u'todo',
         u'changetime'],
 'desc': u'1',
 'order': u'changetime',
 'report': u'9',
 'status': [u'accepted', u'assigned', u'new', u'reopened']}

User Agent was: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1

System Information

Trac 0.11.1
Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2]
setuptools 0.6c11
SQLite 3.5.9
pysqlite 2.4.1
Genshi 0.5.1
Pygments 0.11.1
Subversion 1.5.1 (r32289)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 219, in dispatch
    data, content_type)
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 690, in render_template
    stream |= self._filter_stream(req, method, filename, stream, data)
  File "/opt/cluemapper/cm-buildout/eggs/Genshi-0.5.1-py2.5-linux-i686.egg/genshi/core.py", line 128, in __or__
    return Stream(_ensure(function(self)), serializer=self.serializer)
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 777, in inner
    data)
  File "/opt/cluemapper/cm-buildout/var/cluemapper/tracenvs/offerts/plugins/BatchModify-0.7.1_trac0.11-py2.5.egg/batchmod/web_ui.py", line 82, in filter_stream
    before(self._generate_form(req, formdata) )
  File "/opt/cluemapper/cm-buildout/var/cluemapper/tracenvs/offerts/plugins/BatchModify-0.7.1_trac0.11-py2.5.egg/batchmod/web_ui.py", line 103, in _generate_form
    batchFormData, fragment=True)
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 683, in render_template
    template = self.load_template(filename, method=method)
  File "/opt/cluemapper/cm-buildout/eggs/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 667, in load_template
    return self.templates.load(filename, cls=cls)
  File "/opt/cluemapper/cm-buildout/eggs/Genshi-0.5.1-py2.5-linux-i686.egg/genshi/template/loader.py", line 237, in load
    raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "batchmod.html" not found

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 12 years ago

Resolution: cantfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.