No es un problema nuevo, https://groups.google.com/forum/m/#!topic/web2py/P-dU23VOO3o
La solucion propuesta de Mirek Zvolský. 1 hacer un respaldo y eliminar database/*.table 2 en db=DAL(...) agregar db=DAL(..., fake_migrate=True), ya sea db.py o definir la variable en private/appconfig 3 actualizar cualquier pagina de la aplicación 4 borrar la definición de fake_migrate **IMPORTANTE** HACER EL RESPALDO DE databases/*.table. El dom., 16 de sep. de 2018 20:33, Mayra Marticorena < [email protected]> escribió: > Buenos dias como estan ? > > Mediante una migración de una aplicación para pasarla aun sitio web que > esta en dominio. > Me ha tirado el siguiente error : > > [image: Screenshot_1.png] > > > > > > > > > > > > > > > Tengo la base corrupta? > > Me podrían ayudar con este tema ? > > Esto me paso cuando lo pase a una versiona mas superior de web2py , donde > en la version 2.14 no me ha dado problema, y por lo visto exiiste un > controlador nuevo en web2py 2.17 migrator.py que no estaba en las antiguas > versiones > > Saludos. > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

