This question has been answered by Jako. See the first response.
That’s a php version specific issue. Your version (5.3 or below) does not know the new array syntax.
Quote from: Jako at Apr 22, 2018, 07:15 AMThat’s a php version specific issue. Your version (5.3 or below) does not know the new array syntax.
How does one fix this error?
Quote from: dubbs at Aug 15, 2018, 03:09 PMQuote from: Jako at Apr 22, 2018, 07:15 AMThat’s a php version specific issue. Your version (5.3 or below) does not know the new array syntax.
How does one fix this error?
In my case I just upgraded to PHP 7 and all was good.