php 7.0: count(): parameter must be an array or an object that implements...
Magento Mass Importer
Brought to you by:
dweeves
Hi after we migrated our server to PHP 7.0.30 we get this error when trying to run Magmi from CLI:
php 7.0: count(): parameter must be an array or an object that implements countable in magmi_mixin.php
Running from the web interface is fine.
It was running fine on PHP 5x. However our Magento had issues with PHP 5 hence the upgrade.
Didn't see any post on this. Did anyone else face this problem?