Modify ↓
Opened 15 years ago
Closed 15 years ago
#8535 closed defect (wontfix)
TemplateNotFound: Template "admin_users.html" not found
Reported by: | akula | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /admin/accounts/users
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'accounts', 'panel_id': u'users', 'path_info': None}
User Agent was: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)
System Information
Trac | 0.11.4
|
Python | 2.5 (r25:51908, Mar 9 2007, 17:40:28) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
SQLite | 3.6.11
|
pysqlite | 2.5.5
|
Genshi | 0.5.1
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "C:\SWSoft\Plesk\Additional\Python\lib\site-packages\trac\web\main.py", line 435, in _dispatch_request dispatcher.dispatch(req) File "C:\SWSoft\Plesk\Additional\Python\lib\site-packages\trac\web\main.py", line 227, in dispatch data, content_type) File "C:\SWSoft\Plesk\Additional\Python\lib\site-packages\trac\web\chrome.py", line 707, in render_template template = self.load_template(filename, method=method) File "C:\SWSoft\Plesk\Additional\Python\lib\site-packages\trac\web\chrome.py", line 691, in load_template return self.templates.load(filename, cls=cls) File "C:\SWsoft\Plesk\Additional\Python\Lib\site-packages\genshi\template\loader.py", line 237, in load raise TemplateNotFound(filename, search_path) TemplateNotFound: Template "admin_users.html" not found
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue, see TH:AccountManager.