Re: [web2py] extra_fields problem

2011-08-04 Thread António Ramos
i had the same problem.Now solved. check previous post http://osdir.com/ml/web2py/2011-08/msg00232.html 2011/8/4 Cliff > I get an exception from this code in db.py: > > auth.settings.extra_fields['auth_user'].append(Field('created_by', > default=session.auth.user.id), writable=False, readab

[web2py] extra_fields problem

2011-08-04 Thread Cliff
I get an exception from this code in db.py: auth.settings.extra_fields['auth_user'].append(Field('created_by', default=session.auth.user.id), writable=False, readable=False) Here is the exception: Traceback (most recent call last): File "/media/Myfiles/w2p-1-98-2/web2py/gluon/restricted.py"