Opened 16 years ago
Closed 16 years ago
#7629 closed defect (invalid)
TemplateNotFound: Template "admin_accountsconfig.html" not found
Reported by: | wan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.11 |
Severity: | normal | Keywords: | |
Cc: | wan@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/accounts/config
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'accounts', 'panel_id': u'config', 'path_info': None}
User Agent was: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080715 Fedora/2.0.0.16-1.fc8 Firefox/2.0.0.16
System Information
Trac | 0.11
|
Python | 2.5.1 (r251:54863, Oct 30 2007, 13:45:26) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)]
|
setuptools | 0.6c8
|
SQLite | 3.4.2
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Pygments | 0.9
|
Subversion | 1.4.4 (r25188)
|
jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 219, in dispatch data, content_type) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 683, in render_template template = self.load_template(filename, method=method) File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 667, in load_template return self.templates.load(filename, cls=cls) File "/usr/lib/python2.5/site-packages/Genshi-0.5.1-py2.5-linux-x86_64.egg/genshi/template/loader.py", line 237, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "admin_accountsconfig.html" not found
============== Manage users has a similar error (http://x.com/admin/accounts/users):
TemplateNotFound: Template "admin_users.html" not found
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Not a Trac issue (external plugin) - reopening to change resolution.
fxied by upgrading the accountmanager plugin:
easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
Jun