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

2020-07-04 Thread E T Bear
f3 > > Could you please revert it and see if it fixes your problem? > > On Thursday, 25 June 2020 16:53:53 UTC-7, E T Bear wrote: >> >> Running on an Ubuntu 16.04 LTS system, under Nginx server with WSGI >> handler wsgihandler.py. Web2py updated to 2.20.4-stable. Usi

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

2020-06-25 Thread E T Bear
Running on an Ubuntu 16.04 LTS system, under Nginx server with WSGI handler wsgihandler.py. Web2py updated to 2.20.4-stable. Using a PostgreSQL database. Suddenly, I can't navigate to /appadmin nor to /admin/..., get errors like "invalid function (default/index)" remotely over SSL, nor local

[web2py] Re: Getting "relation 'table' does not exist" in pycharm, production server runs fine.

2017-09-18 Thread E T Bear
On Monday, September 18, 2017 at 7:31:35 AM UTC-7, E T Bear wrote: > > *SOLVED (more or less) - see Addendum in the following message.* > > My application, which uses postgresql, is getting the following error for > all of my own tables, i.e. all tables other than the &q

[web2py] Re: Getting "relation 'table' does not exist" in pycharm, production server runs fine.

2017-09-18 Thread E T Bear
Thank you Dave S. Adding '*ignore_field_case=True, entity_quoting=False,* ' to the DAL constructor call seems to have solved the problem. That, plus the ritual invocation of '*find ~/web2py -name "*.pyc" -delete*'. On Monday, September 18, 2017 at 7:

[web2py] Re: Getting "relation 'table' does not exist" in pycharm, production server runs fine.

2017-09-18 Thread E T Bear
now the question becomes: *are there any known breaking changes in 2.15.4 vs. 2.14.06? *I'd like to upgrade... On Monday, September 18, 2017 at 7:31:35 AM UTC-7, E T Bear wrote: > > My application, which uses postgresql, is getting the following error for > all of my own tables, i

[web2py] Getting "relation 'table' does not exist" in pycharm, production server runs fine.

2017-09-18 Thread E T Bear
My application, which uses postgresql, is getting the following error for all of my own tables, i.e. all tables other than the "auth_" set. For example, if the table is UserEvent, the error is: * relation "UserEvent" does not exist LINE 1: ...ype", "UserEvent"."Description" FROM "auth_user",