Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8578 closed defect (wontfix)

TemplateSyntaxError: mismatched tag: line 24, column 4 (/home/rubikadmin/.python-eggs/TracScheduler-0.1-py2.4.egg-tmp/tracscheduler/templates/ts_admin.html, line 24)

Reported by: jmarquez Owned by:
Priority: high Milestone:
Component: general Version: 0.11.1
Severity: normal Keywords:
Cc: jhmz333@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/ticket/ts_admin, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': u'ticket', 'panel_id': u'ts_admin', 'path_info': None}

User Agent was: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.12 (Debian-3.0.12-1)

System Information

Trac 0.11.1
Python 2.4.4 (#2, Oct 22 2008, 20:20:22)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
setuptools 0.6c3
SQLite 3.3.8
pysqlite 2.3.2
Genshi 0.5.1
Subversion 1.4.2 (r22196)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 219, in dispatch
    data, content_type)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 683, in render_template
    template = self.load_template(filename, method=method)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 667, in load_template
    return self.templates.load(filename, cls=cls)
  File "/var/lib/python-support/python2.4/genshi/template/loader.py", line 227, in load
    filename, encoding=encoding)
  File "/var/lib/python-support/python2.4/genshi/template/loader.py", line 265, in _instantiate
    allow_exec=self.allow_exec)
  File "/var/lib/python-support/python2.4/genshi/template/base.py", line 379, in __init__
    raise TemplateSyntaxError(e.msg, self.filepath, e.lineno, e.offset)
TemplateSyntaxError: mismatched tag: line 24, column 4 (/home/rubikadmin/.python-eggs/TracScheduler-0.1-py2.4.egg-tmp/tracscheduler/templates/ts_admin.html, line 24)

Attachments (0)

Change History (1)

comment:1 by ebray, 15 years ago

Milestone: 0.11.6
Resolution: wontfix
Status: newclosed

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.