Modify ↓
#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 )
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 , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
- The url you sent works fine.
- The traceback you posted is a duplicate of #2902 or #2598. Try upgrading to a more recent version, like 0.10.3
- We can't help you with your commitment issues.
comment:2 by , 19 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 , 19 years ago
| Summary: | problem with TRAC → SQL logic error on opensvn.csie.org |
|---|
(changing the ticket summary)
Note:
See TracTickets
for help on using tickets.


