Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jake Hall

    (@geekserve)

    Hey,

    Apologies for that, it is because you do not have the latest version of PHP installed on your site, not to worry – it’s a pretty simple fix.

    Edit the file /bbpress-improved-statistics-users-online/includes/class-bbpress-advanced-statistics-online.php and change the following code:

    private $_options = [];

    to:

    private $_options = array();

    That should fix the issue for you,

    Apologies for that, I will get that fixed in an update later

    Jake

    Plugin Author Jake Hall

    (@geekserve)

    Hey,

    Please download the latest update, as it will resolve this issue for you.

    Thanks for reporting,

    jake

    Thread Starter landshark

    (@landshark)

    Jake, Thanks for the update. I had actually replaces the code as per your instructions and that fixed the issue. Just hadn’t had a chance to post back.

    But of course I will update as well.

    Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error Message’ is closed to new replies.