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 logg
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 wrote:
> I've been deletin
2 matches
Mail list logo