Modify ↓
#12074 closed defect (cantfix)
Internal Server Error when deleting a comment
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 1.0.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Deleting comments is producing an internal error, but the comment is deleted anyway.
2015-05-13 09:56:06,628 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last): File "c:\users\ammall~1\appdata\local\temp\easy_install-4unthi\Trac-1.0.5-py2.7-win32.egg.tmp\trac\web\main.py", line 513, in _dispatch_request dispatcher.dispatch(req) File "c:\users\ammall~1\appdata\local\temp\easy_install-4unthi\Trac-1.0.5-py2.7-win32.egg.tmp\trac\web\main.py", line 222, in dispatch resp = chosen_handler.process_request(req) File "c:\users\ammall~1\appdata\local\temp\easy_install-4unthi\Trac-1.0.5-py2.7-win32.egg.tmp\tracopt\ticket\deleter.py", line 146, in process_request ticket.delete_change(cdate=cdate) File "c:\users\ammall~1\appdata\local\temp\easy_install-4unthi\Trac-1.0.5-py2.7-win32.egg.tmp\trac\ticket\model.py", line 527, in delete_change listener.ticket_change_deleted(self, cdate, changes) TypeError: ticket_change_deleted() takes exactly 3 arguments (4 given)
Attachments (0)
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
I forgot to say that I am running Trac under a Windows 7 Professional Service Pack 1.
comment:3 by , 10 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Here is the traceback: