Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#4222 closed defect

bug after update of Debian Sarge — at Initial Version

Reported by: fabrice.lemoine@… Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version: 0.8.1
Severity: major Keywords: apt debian
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

After a last update of Debian Sarge → 0.8.1-3sarge7, we have this message on a welcome Webpage :

Trac detected an internal error:

malformed start tag, at line 186, column 51

Python traceback

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/core.py", line 614, in cgi_start

real_cgi_start()

File "/usr/lib/python2.3/site-packages/trac/core.py", line 609, in real_cgi_start

dispatch_request(path_info, args, req, env)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 524, in dispatch_request

module.run()

File "/usr/lib/python2.3/site-packages/trac/Module.py", line 46, in run

disp()

File "/usr/lib/python2.3/site-packages/trac/Module.py", line 81, in display

self.req.display(self.template_name)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 328, in display

injector.feed(data)

File "/usr/lib/python2.3/HTMLParser.py", line 108, in feed

self.goahead(0)

File "/usr/lib/python2.3/HTMLParser.py", line 148, in goahead

k = self.parse_starttag(i)

File "/usr/lib/python2.3/HTMLParser.py", line 239, in parse_starttag

endpos = self.check_for_whole_start_tag(i)

File "/usr/lib/python2.3/HTMLParser.py", line 314, in check_for_whole_start_tag

self.error("malformed start tag")

File "/usr/lib/python2.3/HTMLParser.py", line 115, in error

raise HTMLParseError(message, self.getpos())

HTMLParseError: malformed start tag, at line 186, column 51

Change History (0)

Note: See TracTickets for help on using tickets.