Hi, Does your database have both InnoDB tables and MyISAM tables? That's what the error sounds like to me. That's a tricky one... That would mean that you need to isolate your InnoDB changes from your MyISAM changes. hmm...
Kevin On 12/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > while using identity management with rev. 403 and mysql as db I > suddenly get the following error. I have added the user with both > catwalk and the shell, it's the same error after I have logged in and > want to display my secured page. > > [...] > File "/home/faer/workspace/turbogears/turbogears/database.py", line > 79, in rollback > self.threadingLocal.connection.rollback() > File > "/usr/lib/python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/dbconnection.py", > line 772, in rollback > self._connection.rollback() > NotSupportedError: (1196, "Warning: Some non-transactional changed > tables couldn't be rolled back") > > Any help is appreciated. > > Regards, > > Fabian > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

