Hi,
While trying to access a db record (sqllite) I'm getting this error :
TRACEBACK
Traceback (most recent call last):
File "gluon/restricted.py", line 194, in restricted
File "/Applications/web2py.app/Contents/Resources/applications/
project_tracking/controllers/appadmin.py", line 410, in <module>
File "gluon/globals.py", line 149, in <lambda>
File "/Applications/web2py.app/Contents/Resources/applications/
project_tracking/controllers/appadmin.py", line 275, in update
File "gluon/sqlhtml.py", line 862, in __init__
File "gluon/sqlhtml.py", line 217, in widget
File "gluon/validators.py", line 459, in options
File "gluon/validators.py", line 442, in build_set
File "gluon/dal.py", line 4865, in __getitem__
KeyError: 'title'
ERROR SNAPSHOT
<type 'exceptions.KeyError'>('title')
However I'm having no problem adding/editing records from the front
end. Might be a bug (can't imagine what I've done wrong)