-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-a1
-
Fix Version/s: 4.0.0-a1
-
Component/s: Installation system
-
Labels:None
Deprecated constants are missing during the installation.
ATTACHMENT_CATEGORY_QUICKTIME
ATTACHMENT_CATEGORY_RM
ATTACHMENT_CATEGORY_WM
These were removed in the remove_outdated_media, but because that migration uses the constants, they still need to be defined somewhere.
They are still defined, in the compatibility_globals.php but that file is not loaded by the installer CLI.