-
Bug
-
Resolution: Fixed
-
Blocker
-
4.0.0-a1
-
None
It's currently not possible to install phpBB 4.0.0-a1 from the package since it's trying to create the schema files and then runs in this error:
PHP Fatal error: Uncaught UnexpectedValueException: Migrations either have circular dependencies or unsatisfiable dependencies.
|
This is caused by the rename_duplicated_index_names migration which returns an empty array on installation.