Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8560


Ignore:
Timestamp:
Aug 10, 2009, 11:52:28 PM (15 years ago)
Author:
Remy Blank
Comment:

That specific ticket doesn't seem to have a status, which should never happen. Do you have any plugins installed?

You'll probably have to fix the ticket by hand in the database, and set its status to e.g. "new".

Also, please give us some more information about your setup: database, Python database bindings, web server and frontend, …

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8560

    • Property Keywords needinfo added
    • Property Version none0.11.5
  • Ticket #8560 – Description

    initial v1  
    22
    33( I have the latest stable version of trac )
    4  
     4{{{
    55Python Traceback
    66
     
    1919    return self.values[name]
    2020KeyError: 'status'
    21 
     21}}}
    2222
    2323and when later I want look at created ticket I got sth silimar
    24 
     24{{{
    2525Python Traceback
    2626
     
    3939    return self.values[name]
    4040KeyError: 'status'
    41 
     41}}}