Edgewall Software

Opened 19 years ago

Last modified 19 years ago

#1579 closed defect

Can't modify ticket — at Initial Version

Reported by: markb Owned by: Jonas Borgström
Priority: highest Milestone: 0.9
Component: ticket system Version: devel
Severity: critical Keywords:
Cc: odela01@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Trying to add a comment to an existing ticket doesn't work. After clicking on the "Submit Changes" button, I'm presented with this error…

Trac detected an internal error:

int argument required

Traceback (most recent call last):

File "/usr/local/python/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 103, in run

dispatch_request(os.getenv('PATH_INFO', ), req, env)

File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 419, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/python/lib/python2.4/site-packages/trac/web/main.py", line 283, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/local/python/lib/python2.4/site-packages/trac/Ticket.py", line 468, in process_request

self._do_save(req, db, ticket)

File "/usr/local/python/lib/python2.4/site-packages/trac/Ticket.py", line 609, in _do_save

self.log.exception("Failure sending notification on change to "

TypeError: int argument required

I'm using revision: 1703

Change History (0)

Note: See TracTickets for help on using tickets.