Opened 16 years ago

Closed 16 years ago

#2800 closed bug (fixed)

TemplateNotFound: Template "search.html" not found

Reported by: tqh Owned by: haiku-web
Priority: critical Milestone: R1
Component: Website/Trac Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Got this using the search box up in the right corner at dev.haiku-os.org. It even suggested to create this nice bug for you:

How to Reproduce

While doing a GET operation on /search, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'q': u'rtl8139'}

User Agent was: Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3

System Information

Trac 0.11.1
Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C]
setuptools 0.6c8
psycopg2 2.0.6
Genshi 0.5
Pygments 0.10
Subversion 1.4.5 (r25188)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/opt/csw/lib/python/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/opt/csw/lib/python/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 219, in dispatch
    data, content_type)
  File "/opt/csw/lib/python/site-packages/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/csw/lib/python/site-packages/Trac-0.11.1-py2.5.egg/trac/web/chrome.py", line 667, in load_template
    return self.templates.load(filename, cls=cls)
  File "build/bdist.solaris-2.10-i86pc/egg/genshi/template/loader.py", line 231, in load
    raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "search.html" not found

Change History (3)

comment:1 by axeld, 16 years ago

Priority: normalcritical

comment:2 by korli, 16 years ago

Also reproduced with /admin

comment:3 by nielx, 16 years ago

Resolution: fixed
Status: newclosed

See #2660

Note: See TracTickets for help on using tickets.