Hi,
We've been using Trac for sometime now and really find it useful for
our development. We moved it from its original server to a new machine
and ever since the move, we are unable to see our tickets. All tickets
do show up but when we try to get the content of one, we have this in
the Python traceback:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406,
in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237,
in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line
313, in process_request
get_reporter_id(req, 'author'))
File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line
669, in _insert_ticket_data
actions = TicketSystem(self.env).get_available_actions(ticket,
req.perm)
File "/usr/lib/python2.4/site-packages/trac/ticket/api.py", line 83,
in get_available_actions
return [action for action in actions.get(ticket['status'],
['leave'])
File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line
104, in __getitem__
return self.values[name]
KeyError: 'status'
I realized that this might already have come up but I have not found
any clue on this so far...
Thanks in advance
Sylvain Foisy, Ph. D.
Project Manager
Medical Genetics of Inflammation
Montreal Heart Institute
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.