PHP Warning: count(): Parameter must be an array or an object…
-
Running v2.9.0 with PHP 7.2 I obtain:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in wp-content/plugins/ultimate-social-media-plus/libs/controllers/sfsi_frontpopUp.php on line 188
Line 188 is:
$total=count($custom_icons_order);
It takes data from:
$custom_icons_order = unserialize($sfsi_section5['sfsi_plus_CustomIcons_order']);
Let me know if you need additional information.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘PHP Warning: count(): Parameter must be an array or an object…’ is closed to new replies.