On Thursday, May 5, 2011 9:23:52 PM UTC-4, Massimo Di Pierro wrote: > > I spoke with Dave and this is solved. For further reference... there > was a problem when upgrading form the old web2py version. The .table > files were case independent and the new web2py is not. > The solution was: > > 1) delete databases/*.table > 2) edit models/db.py and set > > db=DAL(...,fake_migrate_enabled=True)
Note, if you're using trunk (and starting with the next release after 1.95.1), it will be fake_migrate_all instead of fake_migrate_enabled. Anthony

