OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Update class-sqlite-object-cache-statistics.php #2

Closed aristath closed 1 year ago

aristath commented 1 year ago

As soon as I go to the stats page I'm getting this: Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/src/wp-content/plugins/sqlite-object-cache/includes/lib/class-sqlite-object-cache-statistics.php on line 340

Adding a default value fixes the issue.

OllieJones commented 1 year ago

Thanks for this report. I sorted out the problem during debugging.