These forums are your way of communicating with the community of people developing and using tools provided by the OneAll platform. The forums are run by the community and moderated by the OneAll team during office hours.
Please stick to technical issues - and remember, no confidential information - these are public forums!
Plugin page mybb install error
Parse error: syntax error, unexpected '[' in /home/somnifer/public_html/inc/plugins/oa_social_login/settings.php on line 36
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