Edgewall Software

Ticket #7050 (closed defect: duplicate)

Opened 8 months ago

Last modified 8 months ago

Internal Error

Reported by: chrislee@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc:

Description

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 188, column 83

Attachments

Change History

Changed 8 months ago by cboos

  • status changed from new to closed
  • resolution set to duplicate

You forgot to read the MostFrequentDuplicates page: this problem has been reported a lot of times. Often due to invalid HTML generated by SilverCity, please upgrade that package or switch to Pygments.

Duplicate of #4365.

Add/Change #7050 (Internal Error)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.