Skip to content

After upgrading from Magento2.4.2 to Magento2.4.4-pt1 getting ERROR Illegal offset type on reindexing catalog_product_attribute

Upgraded from Magento2.4.2pt1 to Magento2.4.4-pt1. Now reindexing from SSH I am getting error with reindexing catalog_product_attribute. php -d memory_limit=2G bin/magento indexer:reindex catalog_product_attribute ERROR Product EAV index process error during indexation process: Warning: Illegal offset type in /vendor/magento/module-catalog/Model/ResourceModel/Product/Indexer/Eav/Source.php on line 392.… Read More »After upgrading from Magento2.4.2 to Magento2.4.4-pt1 getting ERROR Illegal offset type on reindexing catalog_product_attribute

escapeUrl is deprecated?

Can someone help & explain to me what does escapeUrl is deprecated mean? What I need to do for the changes? thanks <?= /* @escapeNotVerified */ $item->getQtyOrdered() ?> x <a href=”<?= $block->escapeUrl($productUrl) ?>”><?= /* @escapeNotVerified */ $block->getProductName($item->getProductId()) ?></a>