[web2py] Re: Navigation to /appadmin returns "invalid function (default/index)"

2020-07-04 Thread E T Bear
Thanks, but, I didn't get 2.20.4-stable from github, I installed it via the web2py administrative interface (which I can no longer access). My version of those three files matches the pre-commit version. The problem persists. I can access my application, and the Welcome application, but not

Re: [web2py] Problem starting a distributed transaction

2020-07-04 Thread Carlos Correia
Às 14:40 de 03/07/20, Carlos Correia escreveu: Hi, I have this piece of code in a controller to test a distributed transaction but it fails with: "ValueError: need more than 0 values to unpack". def index(): response.flash = T("Hello World") db0 =

Re: [web2py] Re: two Database syncrho

2020-07-04 Thread Carlos Correia
Às 13:28 de 04/07/20, Carlos Correia escreveu: Às 06:14 de 01/07/20, Massimo Di Pierro escreveu: Yes. Only on PostgreSQL, MySQL and Firebird. Assuming the feature has not been broken over time, I do not know of anybody who used it. On Thursday, 11 June 2020 12:51:48 UTC-7, Ari Lion BR Sp

Re: [web2py] Re: two Database syncrho

2020-07-04 Thread Carlos Correia
Às 06:14 de 01/07/20, Massimo Di Pierro escreveu: Yes. Only on PostgreSQL, MySQL and Firebird. Assuming the feature has not been broken over time, I do not know of anybody who used it. On Thursday, 11 June 2020 12:51:48 UTC-7, Ari Lion BR Sp wrote: Hi to all, I am trying to