Modify ↓
Opened 17 years ago
Closed 17 years ago
#6116 closed defect (wontfix)
Error when submitting comment on existing ticket
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Error when submitting a new comment on an existing ticket at http://iriverter.thestaticvoid.org/ . Error simply says " Trac detected an internal error:" and gives no other details, except the following:
Traceback (most recent call last): File "/home/jlee/local/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/home/jlee/local/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/home/jlee/local/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 279, in process_request self._do_save(req, db, ticket) File "/home/jlee/local/lib/python2.5/site-packages/trac/ticket/web_ui.py", line 546, in _do_save cnum=internal_cnum): File "/home/jlee/local/lib/python2.5/site-packages/trac/ticket/model.py", line 250, in save_changes (self.id, when, author, cnum, comment)) File "/home/jlee/local/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/home/jlee/local/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 56, in execute args or []) File "/home/jlee/local/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) DatabaseError: database disk image is malformed
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Keywords: | needinfo added |
---|
comment:3 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Nothing we can do here besides the advice given by jonas in comment:1.
Note:
See TracTickets
for help on using tickets.
Hmm, sounds like your sqlite database is corrupt for some reason. Can you run the following without getting any error messages: