[web2py] Re: undefined record error on GAE

2010-04-25 Thread johntynan
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 jgty...@gmail.com 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

[web2py] Re: undefined record error on GAE

2010-04-25 Thread mdipierro
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.id0): print