All of my SQLFORM.grids are failing when I click on the EDIT button with this traceback, pointing to sqlform.html. Add's fail as well.
Traceback (most recent call last):
File "C:\dev\web2py\gluon\restricted.py", line 217, in restricted
exec ccode in environment
File "C:/dev/web2py/applications/sideboard/controllers/maintenance.py", line 1245, in <module>
File "C:\dev\web2py\gluon\globals.py", line 372, in <lambda>
self._caller = lambda f: f()
File "C:\dev\web2py\gluon\tools.py", line 3235, in f
return action(*a, **b)
File "C:/dev/web2py/applications/sideboard/controllers/maintenance.py", line 1237, in tickets
paginate=linesPerPage, maxtextlength=45,)
File "C:\dev\web2py\gluon\sqlhtml.py", line 2038, in grid
next=referrer)
File "C:\dev\web2py\gluon\html.py", line 2215, in process
self.validate(**kwargs)
File "C:\dev\web2py\gluon\html.py", line 2154, in validate
if self.accepts(**kwargs):
File "C:\dev\web2py\gluon\sqlhtml.py", line 1324, in accepts
**kwargs
File "C:\dev\web2py\gluon\html.py", line 2024, in accepts
if not formkeys or formkey not in formkeys:
TypeError: 'in <string>' requires string as left operand, not NoneType
-Jim