Modify ↓
      
Opened 19 years ago
Closed 19 years ago
#5026 closed defect (worksforme)
change ticket ,got error
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10b1 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 300, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 190, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 256, in process_request
    self._do_save(req, db, ticket)
  File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 516, in _do_save
    req.args.get('comment'), when=now, db=db)
  File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 254, in save_changes
    listener.ticket_changed(self, comment, self._old)
TypeError: ticket_changed() takes exactly 5 arguments (4 given)
      Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Description: | modified (diff) | 
|---|---|
| Resolution: | → worksforme | 
| Status: | new → closed | 
| Version: | 0.10.3 → 0.10b1 | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
Based on the line of code you appear to be using an old development version of Trac from before even the 0.10b1 release. Please upgrade to the current stable version 0.10.3.1. In the future please check that you're running a current version of the software before reporting bugs.