Things were going great with my new app, but then I seem to have
corrupted something and now I can't get my app running again. I'm
hitting this error:

Traceback (most recent call last):
  File "C:\web2py\gluon\restricted.py", line 178, in restricted
    exec ccode in environment
  File "C:/web2py/applications/YAKiToMe/models/A_db.py", line 16, in
<module>
    auth=Auth(globals(),db)
  File "C:\web2py\gluon\tools.py", line 533, in __init__
    self.user_id = self.user.id
AttributeError: 'int' object has no attribute 'id'

I wiped the database clean out of the databases folder, but I still
get the above error message. Anybody have a clue?

Reply via email to