I get an error on loading the new puppy page for first time. I had to change your code as it didn't work to the following:
requires=IS_IN_DB(*db(db.owner.user == db.auth_user.id<http://auth.user.id/> )*, 'owner.id', '%(name)s') Now I get an error: <class 'sqlite3.OperationalError'> no such table: collars However, the table IS there...no idea what's causing this... Thanks for the help!! On Wednesday, January 9, 2013 9:40:18 PM UTC-8, rochacbruno wrote: > > > On Thu, Jan 10, 2013 at 3:09 AM, b00m_chef <[email protected]<javascript:> > > wrote: > >> requires=IS_IN_DB(*db(db.owner.user == auth.user.id)*, 'owner.id', >> '%(name)s') >> > > > --

