Edgewall Software

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4856 closed defect (duplicate)

problem with TRAC — at Version 1

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 (last modified by Tim Hatch)

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 (1)

comment:1 by Tim Hatch, 17 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed
  1. The url you sent works fine.
  2. The traceback you posted is a duplicate of #2902 or #2598. Try upgrading to a more recent version, like 0.10.3
  3. We can't help you with your commitment issues.
Note: See TracTickets for help on using tickets.