Re: [web2py] Re: problem with sessions2trash.py

2016-02-19 Thread peter
> > Good point thanks > Peter -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups

Re: [web2py] Re: problem with sessions2trash.py

2016-02-19 Thread Richard VĂ©zina
Don't forget to update web2py app files, which a simple update don't address : https://groups.google.com/d/msg/web2py/tVyL7z7WHkw/mce13Vh-k3UJ but session2trash not part of that I think... Richard On Fri, Feb 19, 2016 at 7:48 AM, peter wrote: > Upgrading my web2py to the latest verision 2.1

[web2py] Re: problem with sessions2trash.py

2016-02-19 Thread peter
Upgrading my web2py to the latest verision 2.13.4 did sort out the problem. I used the automatic upgrade. This produced a ticket, but restarting web2py sorted this out. Web2py's maintaining backwards compatability is great. Peter -- Resources: - http://web2py.com - http://web2py.com/book (Doc

[web2py] Re: Problem with sessions2trash.py

2015-02-05 Thread Ivan Gazzola
I've checked but nothing found. If I try to clean sessions from admin panel I can do it. Il giorno venerdì 6 febbraio 2015 00:50:18 UTC+1, Massimo Di Pierro ha scritto: > > Is it possible you upgraded web2py but you have an older session2trash > running? > > On Thursday, 5 February 2015 17:17:56

[web2py] Re: Problem with sessions2trash.py

2015-02-05 Thread Massimo Di Pierro
Is it possible you upgraded web2py but you have an older session2trash running? On Thursday, 5 February 2015 17:17:56 UTC-6, Ivan Gazzola wrote: > > #!/bin/bash > while IFS= read -r app; do > python /www/web2py/web2py.py --nogui --no-banner -S $app -M -R > /www/web2pyscripts/sessions2trash.py