[web2py] Re: Upgrading to a higher version of web2py through the admin interface

2022-01-18 Thread jonatha...@whatho.net
"My app is already online & being utilised so i dont wanna risk anything thats go mess it up." Then test it very carefully in a test environment before you do it to your live system, and have a backup of the live environment before you start, that you know works, so that when it all goes pear-s

[web2py] Re: Share sessions not working

2022-01-18 Thread Rob Paire
Hi dirman You probably have this figured out by now, but I bumped into a similar issue where sessions were not working. I think the reason is because I am not using the Auth module to validate users (and keep them logged in for 30 days). Anyway, I copied the file: ..\application\examples\mode

Re: [web2py] Upgrading to a higher version of web2py through the admin interface

2022-01-18 Thread Maurice Waka
I also use pythonannywhere and regularly upgrade with no issues. If being cautious, just backup then upgrade. On Wed, Jan 12, 2022, 11:30 AM mostwanted wrote: > Hi guys, is it safe to upgrade my version of web2py through the admin > interface? Has anyone tried it & did it work? > > I have an opp

Re: [web2py] Upgrading to a higher version of web2py through the admin interface

2022-01-18 Thread mostwanted
Thank you guys, I was able to upgrade to version 2.21 & there were no issues (smiles)...but i'm still experiencing the problem with my callback function it is still redirecting to the url page, what am I doing wrong??!!! *{{=A("view codes", callback=URL('ppadb_codes.load', args=company.id), t