Modify ↓
Opened 15 years ago
Closed 15 years ago
#9388 closed defect (cantfix)
TemplateNotFound: Template "browser.html" not found
| Reported by: | sdmarshall73 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | smarshall@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /browser, Trac issued an internal error.
I got this error when trying to view the svn source from the trac. It used to work before and then suddenly it stopped working.
Request parameters:
{'path': '/'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2
System Information
| Trac | 0.11.2.1
|
| Python | 2.4.3 (#1, Sep 3 2009, 15:37:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
|
| setuptools | 0.6c9
|
| MySQL | server: "5.0.51a-log", client: "5.0.51a", thread-safe: 0
|
| MySQLdb | 1.2.2
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| Pygments | 1.1.1
|
| 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 432, 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 687, in render_template
template = self.load_template(filename, method=method)
File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 671, in load_template
return self.templates.load(filename, cls=cls)
File "/usr/lib64/python2.4/site-packages/genshi/template/loader.py", line 237, in load
raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "browser.html" not found
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → cantfix |
|---|---|
| Status: | new → closed |
This is most likely an InstallationIssue. Please see with the folks at SourceForge for installation support.
Note:
See TracTickets
for help on using tickets.



By the way I'm using the trac on the sourceforge website.