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" 
<http://127.0.0.1:8000/admin/default/edit/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" 
<http://127.0.0.1:8000/admin/default/edit/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

-- 
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/groups/opt_out.

Reply via email to