You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug affects PHP version 5.5.9, which does not support arrays in constants. This can be solved by turning the constant into a public static variable instead of a const.
Using Ubuntu 14.04, PHP 5.5.9
Instead of the expected setup page I receive the following error: FatalErrorException in SetupController.php line 101: syntax error, unexpected '['
The text was updated successfully, but these errors were encountered: