Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#4856 closed defect

problem with TRAC — at Initial Version

Reported by: DaRkRaGe Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

i Have a problem with my TRAC https://opensvn.csie.org/traccgi/Oneoteam

when i try to give a ticket or see teh tickets this show me

Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 379, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 236, in dispatch

req.session.save()

File "/usr/local/lib/python2.4/site-packages/trac/web/session.py", line 177, in save

(self.sid,))

File "/usr/local/lib/python2.4/site-packages/trac/db/util.py", line 47, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute

args or [])

File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error

return function(self, *args, kwargs)

OperationalError: SQL logic error or missing database

Also i cant commit

Change History (0)

Note: See TracTickets for help on using tickets.