2018-Nov-1-7:07 pm
(This post was last modified: 2019-Mar-6-7:03 pm by CanadaCommunity.)
The following warnings occurred:
Warning [2] Illegal string offset 'Latest_posts' - Line: 1247 - File: inc/plugins/prostats.php PHP 7.1.2
...and change it to this:
Warning [2] Illegal string offset 'Latest_posts' - Line: 1247 - File: inc/plugins/prostats.php PHP 7.1.2
$active_cells = "";
...and change it to this:
$active_cells = array("foo" => "bar","bar" => "foo");