• there is a bug in Em_events.php located in class folder. the $groupby_sql is predefined has an empty string, so it triggers the error “Fatal error: [] operator not supported for strings in”

    solution just change $groupby_sql = ”; to $groupby_sql = [];

Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hi, thanks for the review! note that the dev version (which will be followed by a stable update in the coming days) has been revised and includes all reported fixes for PHP 7.

    The one you mentioned is the only fatal error, which cropped up in PHP 7.1

Viewing 1 replies (of 1 total)
  • The topic ‘bug for php 7’ is closed to new replies.