TRAC finally produced something else than a crash or truncated
data...
Traceback (most recent call last):
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\api.py", line 334, in send_error
'text/html')
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\chrome.py", line 557, in render_template
if not req.session or not int(req.session.get('accesskeys', 0)):
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\api.py", line 165, in __getattr__
value = self.callbacks[name](self)
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\main.py", line 271, in _get_session
return Session(self.env, req)
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\session.py", line 48, in __init__
self.get_session(sid)
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\web\session.py", line 74, in get_session
(sid, int(authenticated)))
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\sqlite_backend.py", line 58, in execute
args or [])
File "c:\unix\bin\python\lib\site-packages\Trac-0.11dev-py2.5.egg
\trac\db\sqlite_backend.py", line 50, in _rollback_on_error
return function(self, *args, **kwargs)
ProgrammingError: library routine called out of sequence
Any idea who I should turn to?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---