Modify ↓
Opened 17 years ago
Closed 17 years ago
#6308 closed defect (worksforme)
TracReports locked my report due to a bug
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | report system | Version: | 0.10.4 |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I was discovering how sqlite work by doing some reports, and after a wierd test, I have this :
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 244, in dispatch req.display(template, content_type or 'text/html') File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 358, in display data = self.hdf.render(template, form_token) File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 296, in render injector.feed(template.render()) File "/usr/lib/python2.4/HTMLParser.py", line 108, in feed self.goahead(0) File "/usr/lib/python2.4/HTMLParser.py", line 148, in goahead k = self.parse_starttag(i) File "/usr/lib/python2.4/HTMLParser.py", line 226, in parse_starttag endpos = self.check_for_whole_start_tag(i) File "/usr/lib/python2.4/HTMLParser.py", line 301, in check_for_whole_start_tag self.error("malformed start tag") File "/usr/lib/python2.4/HTMLParser.py", line 115, in error raise HTMLParseError(message, self.getpos()) HTMLParseError: malformed start tag, at line 321, column 25
And i'm unable to correct it because I cannot acces to this report anymore
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Both are known issues with 0.10.x.
Your report somehow managed to produce malformed HTML, which confuses the parsing/filtering done on the produced HTML. That filtering step is not needed anymore in 0.11 due to a change of the templating engine.
For editing your report, simply add
?action=edit
at the end of the report URL (this is soon to be fixed on 0.11).