Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1367 closed defect (fixed)

Error when entering report:1

Reported by: shad Owned by: daniel
Priority: normal Milestone:
Component: report system Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

Error accessing URL: http://projects.edgewall.com/trac/report/1

Trac detected an internal error:
string index out of range

Python traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 200, in handler
    core.dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 453, in dispatch_request
    module.run(req)
  File "/usr/lib/python2.3/site-packages/trac/Module.py", line 46, in run
    self.render(req)
  File "/usr/lib/python2.3/site-packages/trac/Report.py", line 429, in render
    self.render_report_list(req, id)
  File "/usr/lib/python2.3/site-packages/trac/Report.py", line 355, in render_report_list
    value['parsed'] = wiki_to_html(cell, req.hdf, self.env, self.db)
  File "/usr/lib/python2.3/site-packages/trac/WikiFormatter.py", line 619, in wiki_to_html
    Formatter(hdf, env, db, absurls).format(wikitext, out)
  File "/usr/lib/python2.3/site-packages/trac/WikiFormatter.py", line 596, in format
    result = re.sub(rules, self.replace, line)
  File "/usr/lib/python2.3/sre.py", line 143, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/usr/lib/python2.3/site-packages/trac/WikiFormatter.py", line 67, in replace
    return getattr(self, '_' + itype + '_formatter')(match, fullmatch)
  File "/usr/lib/python2.3/site-packages/trac/WikiFormatter.py", line 385, in _heading_formatter
    if anchor[0].isdigit():
IndexError: string index out of range

Attachments (0)

Change History (1)

comment:1 by Christopher Lenz, 19 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

The problem leading to that error has been fixed in trunk. I've removed the description of the ticket causing the problem, so the report now works here again.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.