It says the error is in: views/default/list_pledges_by_pledgedrive.html", line 80 (the line is from the view after conversion to Python so check in the error ticket)
It is trying to represent a reference field with an invalid reference. Kind of like in for row in db(db.dog.id>0): print row.owner.name but the dog owner referes to a person no longer in db therefore cannot figure out the name. Massimo On Apr 25, 11:48 pm, johntynan <[email protected]> wrote: > In case it helps, I am using web2py Version 1.77.3 and GAE release: > "1.3.3" > > On Apr 26, 12:45 am, johntynan <[email protected]> wrote: > > > I am receiving the following "undefined record" error in web2py > > running on GAE (and not in development): > > >http://pastie.textmate.org/934992 > > > I tried removing the "orderby" grouping here: > > >http://bit.ly/dxeRPo > > > But the error persists. Does anyone have any suggestions for > > troubleshooting this issue? > > -- > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

