Hi list
I have an Trac installation running version 0.12dev-r7477 which has to
be moved to another companies server, which are running 0.10.3.
Just moving all files from the old to the new server almost worked,
but I am unable to see a ticket, which failes with:
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 387,
in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 237,
in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.5/trac/ticket/web_ui.py", line
302, in process_request
get_reporter_id(req, 'author'))
File "/var/lib/python-support/python2.5/trac/ticket/web_ui.py", line
658, in _insert_ticket_data
actions = TicketSystem(self.env).get_available_actions(ticket,
req.perm)
File "/var/lib/python-support/python2.5/trac/ticket/api.py", line
83, in get_available_actions
return [action for action in actions.get(ticket['status'],
['leave'])
File "/var/lib/python-support/python2.5/trac/ticket/model.py", line
104, in __getitem__
return self.values[name]
KeyError: 'status'
This error is not only shown for old tickets, but also for new onces,
which has been created in version 0.10.3
Does anyone have an idea what to do?
Best regards
Christoffer
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---