[web2py] "undefined record" error on GAE

4 views
Skip to first unread message

johntynan

unread,
Apr 26, 2010, 12:45:29 AM4/26/10
to web2py-users
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

johntynan

unread,
Apr 26, 2010, 12:48:46 AM4/26/10
to web2py-users
In case it helps, I am using web2py Version 1.77.3 and GAE release:
"1.3.3"

mdipierro

unread,
Apr 26, 2010, 1:07:57 AM4/26/10
to web2py-users
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
Reply all
Reply to author
Forward
0 new messages