Oops…
Trac detected an internal error:
DatabaseError: database disk image is malformed
There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue.
The action that triggered the error was:
GET: /wiki/WikiStart
Code:
==== How to Reproduce ====
While doing a GET operation on `/wiki/WikiStart`, Trac issued an internal error.
''(please provide additional details here)''
Request parameters:
{{{
{'page': u'WikiStart'}
}}}
==== System Information ====
|| '''Trac''' || `0.11.2` ||
|| '''Python''' || `2.5.2 (r252:60911, Nov 18 2008, 20:40:19) ` [[br]] `[GCC 4.2.3 (Gentoo 4.2.3 p1.0)]` ||
|| '''setuptools''' || `0.6c9` ||
|| '''SQLite''' || `3.6.10` ||
|| '''pysqlite''' || `2.4.1` ||
|| '''Genshi''' || `0.5.1` ||
|| '''mod_python''' || `3.3.1` ||
|| '''Pygments''' || `0.11.1` ||
==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 432, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 229, in dispatch
req.session.save()
File "/usr/lib64/python2.5/site-packages/trac/web/session.py", line 133, in save
(mintime,))
File "/usr/lib64/python2.5/site-packages/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, in execute
args or [])
File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
return function(self, *args, **kwargs)
DatabaseError: database disk image is malformed
}}}