Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#10943 closed defect (cantfix)

TemplateNotFound: Template "admin_repository_users.html" not found

Reported by: dthimm(at)gmx.de Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: dth Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/versioncontrol/users, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'versioncontrol', 'panel_id': u'users', 'path_info': None}

User agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0

System Information

Trac 1.0
Babel 0.9.6
Docutils 0.8.1
Genshi 0.6 (with speedups)
GIT 1.7.10.4
Pygments 1.5
pysqlite 2.6.0
Python 2.7.3rc2 (default, Apr 23 2012, 04:52:06)
[GCC 4.6.3]
pytz 2012c
setuptools 0.6
SQLite 3.7.13
jQuery 1.7.2

Enabled Plugins

trac-GitolitePlugin 0.1
TracAccountManager 0.3.2
TracRobotsTxt 2.0

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/main.py", line 233, in dispatch
    content_type)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", line 960, in render_template
    template = self.load_template(filename, method=method)
  File "/usr/local/lib/python2.7/dist-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py", line 931, in load_template
    return self.templates.load(filename, cls=cls)
  File "/usr/lib/python2.7/dist-packages/genshi/template/loader.py", line 246, in load
    raise TemplateNotFound(filename, search_path)
TemplateNotFound: Template "admin_repository_users.html" not found

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 11 years ago

Resolution: cantfix
Status: newclosed

PluginIssue (most likely trac-GitolitePlugin).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.