$a = [];
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Comments
are you using an older version PHP ( < 5.4) ?
Regards,
the plugin uses the short array initializers, like for example:
$a = [];
This is unfortunately not compatible with PHP < 5.4