Modify ↓
Opened 14 years ago
Closed 14 years ago
#10379 closed defect (cantfix)
TemplateNotFound: Template "verify_email.html" not found
| Reported by: | lpito | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /verify_email, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
System Information
| Trac | 0.11.1
|
| Python | 2.5.2 (r252:60911, Jan 24 2010, 15:24:24) [GCC 4.3.2]
|
| setuptools | 0.6c12
|
| SQLite | 3.5.9
|
| pysqlite | 2.4.1
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 0.10
|
| Subversion | 1.5.1 (r32289)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 219, in dispatch
data, content_type)
File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 683, in render_template
template = self.load_template(filename, method=method)
File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 667, in load_template
return self.templates.load(filename, cls=cls)
File "/var/lib/python-support/python2.5/genshi/template/loader.py", line 237, in load
raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "verify_email.html" not found
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is an InstallationIssue, probably a th:AccountManagerPlugin issue. Please check the plugin configuration.