Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3246 closed defect

Execution error when deleting a report — at Initial Version

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

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.hdfreport = {

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 (0)

Note: See TracTickets for help on using tickets.