Nexcius Posted April 6, 2017 Share Posted April 6, 2017 I'm getting the following error when browsing tickets in Trac when trying to browse tickets: ==== How to Reproduce ==== While doing a GET operation on `/report/3`, Trac issued an internal error. ''(please provide additional details here)'' Request parameters: {{{ {'id': u'3'} }}} User agent: `#USER_AGENT#` ==== System Information ==== ''System information not available'' ==== Enabled Plugins ==== ''Plugin information not available'' ==== Python Traceback ==== {{{ Traceback (most recent call last): File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 234, in dispatch req.send(output, content_type or 'text/html') File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/api.py", line 490, in send self.send_response(status) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/main.py", line 79, in send_response self.session.save() File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/web/session.py", line 155, in save for k, v in items]) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/util.py", line 139, in executemany cursor.executemany(query, params) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/util.py", line 85, in executemany return self.cursor.executemany(sql_escape_percent(sql), args) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/sqlite_backend.py", line 62, in executemany args) File "/usr/local/trac-1.0.1/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/db/sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) DatabaseError: database disk image is malformed }}} 1 Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted April 6, 2017 Share Posted April 6, 2017 I have this issue plenty times, in my browser. Link to comment Share on other sites More sharing options...
elexis Posted April 6, 2017 Share Posted April 6, 2017 We're planning a migration because it occurs too often. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now