Modify ↓
Opened 18 years ago
Closed 18 years ago
#4649 closed defect (fixed)
TemplateSyntaxError: invalid syntax (wiki_history.html, line -1)
Reported by: | gsong | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | wiki system | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /wiki/RexWsOrder
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'action': u'history', 'page': u'RexWsOrder'}
System Information
Trac | 0.11dev
|
Python | 2.3.4 (#1, Feb 15 2005, 19:42:48) [GCC 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)]
|
MySQL | 5.0.22
|
MySQLdb | 1.2.1_p2
|
Genshi | 0.4dev-r494
|
Subversion | 1.1.4
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 401, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 227, in dispatch content_type) File "/usr/lib/python2.3/site-packages/trac/web/chrome.py", line 536, in render_template template = self.load_template(filename, method=method) File "/usr/lib/python2.3/site-packages/trac/web/chrome.py", line 520, in load_template return self.templates.load(filename, cls=cls) File "build/bdist.linux-i686/egg/genshi/template/loader.py", line 179, in load File "build/bdist.linux-i686/egg/genshi/template/markup.py", line 60, in __init__ File "build/bdist.linux-i686/egg/genshi/template/base.py", line 187, in __init__ File "build/bdist.linux-i686/egg/genshi/template/markup.py", line 121, in _parse File "build/bdist.linux-i686/egg/genshi/template/base.py", line 281, in _interpolate File "build/bdist.linux-i686/egg/genshi/template/base.py", line 246, in _split TemplateSyntaxError: invalid syntax (wiki_history.html, line -1)
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r4685, thanks for the report!
Note:
See TracTickets
for help on using tickets.
Oops, that was a regression introduced by r4488.