Changes between Initial Version and Version 1 of Ticket #932


Ignore:
Timestamp:
Nov 23, 2006, 11:15:43 PM (17 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #932 – Description

    initial v1  
    44
    55Move ticket Error:
     6{{{
    67Traceback (most recent call last):
    78  File "/usr/local/python24/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1819    self.rs = self.con.db.execute(SQL % parms)
    1920OperationalError: database is locked
     21}}}
    2022
    2123Copy Ticket Error:
    2224
     25{{{
    2326Traceback (most recent call last):
    2427  File "/usr/local/python24/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    3538    self.rs = self.con.db.execute(SQL % parms)
    3639DatabaseError: table ticket_custom has no column named author
     40}}}
    3741
    3842I would be grateful if you had any suggestions how to fix this issue.