Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

bug for php 7

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 130709

Trending Articles