Getting the following error on the latest nightly build. (have just
downloaded again to make sure). Is this related?
TRACEBACK
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
Traceback (most recent call last):
File "c:\web2py4\gluon\restricted.py", line 205, in restricted
exec ccode in environment
File "c:/web2py4/applications/crm05/controllers/lookup.py"
<http://127.0.0.1:8000/admin/default/edit/crm05/controllers/lookup.py>, line
68, in <module>
File "c:\web2py4\gluon\globals.py", line 182, in <lambda>
self._caller = lambda f: f()
File "c:/web2py4/applications/crm05/controllers/lookup.py"
<http://127.0.0.1:8000/admin/default/edit/crm05/controllers/lookup.py>, line 4,
in Jockey
grid=SQLFORM.grid(query, paginate=10 )
File "c:\web2py4\gluon\sqlhtml.py", line 1633, in grid
(not auth.user and \
NameError: global name 'auth' is not defined
--