Php 7.2 count() issue in blockwishlist extra tp file fixed by changing this line 43
here is the code changed one
this one {if $wishlists|count == 1}
replaced {if $wishlists == 1}
{if $wishlists == 1}
<a id="wishlist_button_nopop" class="wishlist_button" href="#" onclick="WishlistCart('wishlist_block_list', 'add', '{$id_product|intval}', $('#idCombination').val(), document.getElementById('quantity_wanted').value); return false;" rel="nofollow" title="{l s='Add to my wishlist' mod='blockwishlist'}">
<i class="material-icons">favorite</i>
</a>
{else}