[web2py] table already exists; 'Rows' object has no attribute 'fields'

2017-04-16 Thread pbreit
I'm a long time web2py user running into some problems I haven't seen before and cannot resolve. First, I am getting this error a lot even when I create a brand new project from scratch: OperationalError: table "auth_user" already exists Another error I am getting consistently is: AttributeE

Re: [web2py] Table already exists

2011-03-21 Thread Kenneth Lundström
On 21.3.2011 5:46, LarryEitel wrote: Getting: InternalError: (1050, u"Table 'b' already exists") How can I get past this? Yes, the table exists. I suppose I can turn off migration testing. Anyway to update logs, .table files etc to conform to existing tables? Thank you :) Is it so that you hav

[web2py] Table already exists

2011-03-21 Thread LarryEitel
Getting: InternalError: (1050, u"Table 'b' already exists") How can I get past this? Yes, the table exists. I suppose I can turn off migration testing. Anyway to update logs, .table files etc to conform to existing tables? Thank you :)