I import all my orders from Magento 1.9 to Magento 2.2, the orders are in the store but when I press on View button, I have the following error:
1 exception(s): Exception #0 (Exception): Warning: Invalid argument supplied for foreach() in /home/magento/vendor/magento/module-weee/Helper/Data.php on line 533 Exception #0 (Exception): Warning: Invalid argument supplied for foreach() in /home/magento/vendor/magento/module-weee/Helper/Data.php on line 533 #0 /home/magento/vendor/magento/module-weee/Helper/Data.php(533): Magento\Framework\App\ErrorHandler->handler(2, 'Invalid argumen...', '/home/magento/...', 533, Array) #1 /home/magento/vendor/magento/module-weee/Block/Item/Price/Renderer.php(448): Magento\Weee\Helper\Data->getBaseRowWeeeTaxInclTax(Object(Magento\Sales\Model\Order\Item\Interceptor)) #2 /home/magento/vendor/magento/module-weee/Block/Adminhtml/Items/Price/Renderer.php(185): Magento\Weee\Block\Item\Price\Renderer->getBaseTotalAmount(Object(Magento\Sales\Model\Order\Item\Interceptor)) #3 /home/magento/vendor/magento/module-weee/view/adminhtml/templates/items/price/total.phtml(16): Magento\Weee\Block\Adminhtml\Items\Price\Renderer->getBaseTotalAmount(Object(Magento\Sales\Model\Order\Item\Interceptor))
What this mean? Is there any way to fix this?
I add here the entire error:
https://paste.ofcode.org/ZU3EJ5GrGkfQ28L4z3fkKT
Thank you