[web2py] Re: DAL SQLFORM.grid sort error

2016-12-09 Thread Michael Griffiths
I had this exact error. Turned out I was setting request.vars['order'] to a value that conflicted with SQLFORM.grid. If your using the 'order' variable name - change it to something else. On Monday, September 14, 2015 at 11:10:12 PM UTC+10, Dmitri Ermolaev wrote: > > DAL error > h = CAT( >

[web2py] Re: DAL SQLFORM.grid sort error

2015-09-14 Thread Anthony
%7E is the encoding for the "~", which indicates reverse ordering. For some reason, it looks like that is not getting converted to a "~" when request.vars is created. Can you provide more details (show more code, provide the full traceback)? Which version of web2py, which browser, and what is t