You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception #0 (Exception): Warning: count(): Parameter must be an array or an object that implements Countable in /***/html/app/code/Sebwite/Sidebar/Block/Sidebar.php on line 168
Fix:
Change line 168 of /***/html/app/code/Sebwite/Sidebar/Block/Sidebar.php to
if (is_object($childCategories) && count($childCategories) > 0 )
The text was updated successfully, but these errors were encountered:
Problem with php7.2:
Exception #0 (Exception): Warning: count(): Parameter must be an array or an object that implements Countable in /***/html/app/code/Sebwite/Sidebar/Block/Sidebar.php on line 168
Fix:
Change line 168 of /***/html/app/code/Sebwite/Sidebar/Block/Sidebar.php to
if (is_object($childCategories) && count($childCategories) > 0 )
The text was updated successfully, but these errors were encountered: