Modify

Opened 16 years ago

Closed 13 years ago

#3020 closed defect (wontfix)

error statistics

Reported by: SAKrisT Owned by: dagomez
Priority: high Component: StractisticsPlugin
Severity: major Keywords:
Cc: Trac Release: 0.10

Description

after clicking on "Stractistics"

Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 244, in dispatch
    req.display(template, content_type or 'text/html')
  File "/var/lib/python-support/python2.5/trac/web/api.py", line 358, in display
    data = self.hdf.render(template, form_token)
  File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 296, in render
    injector.feed(template.render())
  File "/usr/lib/python2.5/HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "/usr/lib/python2.5/HTMLParser.py", line 148, in goahead
    k = self.parse_starttag(i)
  File "/usr/lib/python2.5/HTMLParser.py", line 226, in parse_starttag
    endpos = self.check_for_whole_start_tag(i)
  File "/usr/lib/python2.5/HTMLParser.py", line 301, in check_for_whole_start_tag
    self.error("malformed start tag")
  File "/usr/lib/python2.5/HTMLParser.py", line 115, in error
    raise HTMLParseError(message, self.getpos())
HTMLParseError: malformed start tag, at line 1002, column 24

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

0.10 version will no longer be supported. See trunk for a 0.11 version (trunk might have a 0.12 version shortly, in which case a 0.11 branch will be created).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain dagomez.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.