[web2py] Re: cannot login or register, missing links: login|register|lost password

2011-11-30 Thread Nik Go
Arghh... for some reason or another, I lost my: auth.define_tables() Thanks for the feedback Massimo. On Tuesday, November 29, 2011, Nik Go wrote: I've been deleting tables and playing around with various settings, so I don't know what I've done exactly but now my app lost the links for

[web2py] Re: cannot login or register, missing links: login|register|lost password

2011-11-29 Thread Massimo Di Pierro
Somewhere you are passing None where it expects a table object. Not sure where without seeing the code. fields = [f.name for f in table if (ignore_rw or f.writable or f.readable) and not f.compute] TypeError: 'NoneType' object is not iterable On Nov 29, 6:29 am, Nik Go nikolai...@gmail.com