Hi all,
I've just installed trac 0.12 and accountmanager plugin, but i got an error if i click the login or register button, i don't know why, could you please help me?
Thank you.
Oops…
Trac detected an internal error:
TemplateNotFound?: Template "login.html" not found
There was an internal error in Trac. It is recommended that you notify your local Trac administrator with the information needed to reproduce the issue.
To that end, you could ==== How to Reproduce ====
While doing a GET operation on /login, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'node': <tracflexwiki.core.TracFlexWikiNode instance at 0x979158c>}
User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; .NET4.0E)
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/main.py", line 513, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/main.py", line 256, in dispatch
content_type)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/chrome.py", line 808, in render_template
template = self.load_template(filename, method=method)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.12-py2.6.egg/trac/web/chrome.py", line 779, in load_template
return self.templates.load(filename, cls=cls)
File "/usr/lib/pymodules/python2.6/genshi/template/loader.py", line 246, in load
raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "login.html" not found
}}} a ticket.
The action that triggered the error was:
GET: /loginTracGuide — The Trac User and Administration Guide