Nevermind - sorted it out. Seems that a bunch of my tables had a dependency on "auth_user", and since a new db was created, with table names set to [original_table_name]_archive by default, there was no "auth_user" table, and the dependency was not being satisfied. If using auth.enable_record_versioning (given that a separate db is used for archiving), one way to solve the issue is by setting the archive_names parameter to '%(tablename)s'.
-- --- 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/groups/opt_out.

