[Trac-tickets] [The Trac Project] #1579: Can't modify ticket

The Trac Project noreply at edgewall.com
Fri May 20 01:51:30 EDT 2005


#1579: Can't modify ticket
---------------------------+------------------------------------------------
       Id:  1579           |      Status:  new                     
Component:  ticket system  |    Modified:  Fri May 20 01:51:30 2005
 Severity:  critical       |   Milestone:                          
 Priority:  highest        |     Version:  devel                   
    Owner:  jonas          |    Reporter:  markb                   
---------------------------+------------------------------------------------
 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

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1579>
The Trac Project <>


More information about the Trac-Tickets mailing list