Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4856 closed defect (duplicate)

SQL logic error on opensvn.csie.org

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

Attachments (0)

Change History (3)

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.

comment:2 by Emmanuel Blot, 17 years ago

Version: 0.10.1

openssvn.csie.org administrator probably needs to upgrade the Trac installation.

The commit issue may come from a pre-commit hook script

comment:3 by Emmanuel Blot, 17 years ago

Summary: problem with TRACSQL logic error on opensvn.csie.org

(changing the ticket summary)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.