[web2py] Re: Column auth_user.id not found BUT the column exists.

2020-06-30 Thread Massimo Di Pierro
Somehow the table in db contains the field but the model does not. We need to see you model. On Tuesday, 23 June 2020 07:10:32 UTC-7, Diego Tostes wrote: > > > I am getting this error: > > Traceback (most recent call last): > File "/home/rebec/web2py/gluon/restricted.py", line 227, in restricted

[web2py] Re: Column auth_user.id not found BUT the column exists.

2020-06-27 Thread Scott Hunter
Can you post the complete instructions for the lines listed in the stack trace? At least for the one in your code? On Tuesday, June 23, 2020 at 10:10:32 AM UTC-4, Diego Tostes wrote: > > > I am getting this error: > > Traceback (most recent call last): > File "/home/rebec/web2py/gluon/restrict