[web2py] Re: run time error - auth_user.table appears corrupted

2016-06-21 Thread Dave S
On Monday, June 20, 2016 at 10:56:05 AM UTC-7, Dave S wrote: > > > > On Saturday, June 18, 2016 at 5:47:42 AM UTC-7, DNeuman wrote: >> >> I thought I had the same problem, so followed the advice - I have done >> this, and now get the error: >> >> OperationalError: table auth_user already

[web2py] Re: run time error - auth_user.table appears corrupted

2016-06-20 Thread Dave S
On Saturday, June 18, 2016 at 5:47:42 AM UTC-7, DNeuman wrote: > > I thought I had the same problem, so followed the advice - I have done > this, and now get the error: > > OperationalError: table auth_user already exists > > This came about after Web2py ate all my memory and crashed

[web2py] Re: run time error - auth_user.table appears corrupted

2016-06-18 Thread DNeuman
I thought I had the same problem, so followed the advice - I have done this, and now get the error: OperationalError: table auth_user already exists This came about after Web2py ate all my memory and crashed overnight...so I am not really sure what is happening here. Any further suggestions?

[web2py] Re: run time error - auth_user.table appears corrupted

2015-07-02 Thread Niphlod
stop web2py, drop the databases/*_auth_user.table file, set fake_migrate_all=True on the DAL connection, start web2py, hit the appadmin page (which should trigger recreation of all *.table files), remove fake_migrate_all statement from the DAL connection. On Wednesday, July 1, 2015 at 4:01:20