there is an undefined var in /plugin_wiki.py, line 144 the var 'error' is undefined causing an exception.
@auth.requires_login() def jqgrid(): """ jqgrid callback retrieves records http://trirand.com/blog/jqgrid/server.php?q=1&_search=false&nd=1267835445772&rows=10&page=1&sidx=amount&sord=asc&searchField=&searchString=&searchOper= """ from gluon.serializers import json import cgi tablename = request.vars.tablename or error() <-- HERE columns = (request.vars.columns or error()).split(',') just to let you know :) MArt :) On Sep 26, 5:18 pm, mart <msenecal...@gmail.com> wrote: > LOL:) what version are we using? are we on 3.8? > > On Sep 26, 5:07 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > I'd like to know that too. ;-) > > > On Sep 26, 2:45 pm, mart <msenecal...@gmail.com> wrote: > > > > hi, > > > > How do we fix the grid's container size so that it doesn't get cut > > > off? > > > > Thanks, > > > Mart :) > >