Currently, the
MigrationLogRepository::getMigrations()
contructor is getting called on any attempt to create a post or page.
It should not be. This is causing fatal errors on sites that don't have a migrations table (for various reasons) in 2.10 during page/post creation.