Resolved it - the line that was triggering the error:

company = db.auth_user.company)

should have been:

company = auth.user.company)

:P

On Monday, June 13, 2016 at 9:03:39 PM UTC-4, Dave S wrote:
>
>
>
> On Monday, June 13, 2016 at 5:49:35 PM UTC-7, Marty Jones wrote:
>>
>> OK - I reverted to auth.settings.extra_fields and expanded the code shown 
>> below. The same error is persisting.
>>
>
>
> What do the entries in yourapp/databases/sql.log say about the table 
> schema?
>
> /dps
>  
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to