[web2py] Re: version 1.21.1 infinite loop issue

2020-12-22 Thread 'jimka...@yahoo.com' via web2py-users
Sorry. The web2py version should obviously have been 2.21.1 in my message On Tuesday, December 22, 2020 at 10:14:26 AM UTC-8 jimka...@yahoo.com wrote: > Just trying to update to version 1.21.1 from 2.20.4. the app runs fine > under 2.20.4. > Under 1.21.1, the welcome app comes up fine. The admi

[web2py] version 1.21.1 infinite loop issue

2020-12-22 Thread 'jimka...@yahoo.com' via web2py-users
Just trying to update to version 1.21.1 from 2.20.4. the app runs fine under 2.20.4. Under 1.21.1, the welcome app comes up fine. The admin/default/site page comes up fine. But when I start the app (http://127.0.0.1:8000/MFMCurrAssetMgr/default/user/login?_next=/MFMCurrAssetMgr/default/index)

[web2py] Selecting payment method

2020-12-22 Thread Maurice Waka
I worked on a way to pay through various methods. It involves a user selecting the appropriate method he/she likes or wants to use. This is the code: #Controller form = SQLFORM(Pending, formstyle="divs", submit_button='Subscribe'), if form.process().accepted: session.pending = form.v