On Tue, 2011-10-18 at 15:54 -0700, neurino wrote: > But why then it works ok with paster serve? > > Here's my DBSession: > > DBSession = scoped_session( > sessionmaker(extension=ZopeTransactionExtension())) > > Is there something missing?
You're probably missing either repoze.tm2 or pyramid_tm, - C > > I guessed it's mod_wsgi related since it's the only part of the chain > that replaced makes the whole app working > > Thanks for your support > neurino > > On Oct 19, 12:41 am, Chris McDonough <[email protected]> wrote: > > On Tue, 2011-10-18 at 15:28 -0700, neurino wrote: > > > Hi, trying to figure out if I could reproduce my [truobles][1] on > > > another server I found I can't... > > > > > In the meanwhile I'm experiencing any other sort of problems I had not > > > in first server with the same configuration on same Ubuntu version. > > > > > I followed instructions found [here][2] and while the app runs data > > > updated and inserted in the db does not persist. > > > > > So looking in MySQL and SQLite logs there are correct INSERT/UPDATE > > > queries but *no COMMIT*! > > > > The symptom of not seeing commits would not be related to Apache > > configuration (or at least to statements in the Apache configuration > > file itself). It sounds like you don't have a transaction manager > > configured in the application which mod_wsgi is serving (the application > > implied by /home/neurino/bmh/env/pyramid.wsgi) > > > > - C > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
