Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3246 closed defect

Execution error when deleting a report — at Version 1

Reported by: Anne Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Trac detected an internal error:

'module' object has no attribute 'row'

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 120, in process_request
    self._render_confirm_delete(req, db, id)
  File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 209, in _render_confirm_delete
    req.hdf['report'] = {
AttributeError: 'module' object has no attribute 'row'

I have replaced util.row[0] by 'toto' in line 203 in the report.py file and it works fine

Change History (1)

comment:1 by Christian Boos, 18 years ago

Description: modified (diff)

(and please, never use 'toto' in an english forum, as it make's it too damn obvious that you are french ;) )

Note: See TracTickets for help on using tickets.