2011/6/5 danto <web2py.n...@gmail.com> > 2011/6/5 Massimo Di Pierro <massimo.dipie...@gmail.com> > >> You have migrations set to False. web2py needs to create a field >> called is_active. Before it was called active and that created >> problems. >> >> > but my app is not that old... :3 I developed the application little time > ago (1.94~95) and the is_active column of auth.signature was already there > and working flawlessly. > > I logged in with the shell (-S and -M) throught ssh and > db.categoria.fields() says that the 'is_active' column is already there! so > I don't get it :( >
I solved this manually adding the 'is_active' column in phpmyadmin. as I said before, shell access to the app showme that db.categoria.fields() HAD 'is_active' column but in fact wasn't exist in db (I checked from phpmyadmin). this was very weird.