Parameter must be an array or an object that implements Countable
-
Plugin looked promising, but can’t set up when using PHP 7.3 and WordPress 5.3 on IIS due to an issue with count compatibility.
PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\inetpub\wwwroot\…\plugins\wp-store-locator\admin\class-metaboxes.php on line 470
$hour_count = count( $opening_hours[$index] );
There are 4 instances of the error.
Haven’t got further than Error 500 when setting up the site.
Any ideas?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Parameter must be an array or an object that implements Countable’ is closed to new replies.