Skip to content

magento man

Magento 2 Hosting and Domain

Please suggest me the service provider where I can get the domain and hosting for the Magento site. The customers will be on the site maximum 1k per month. Suggest me cheap and good service.

Frontend error after upgrade to Magento 2.4.7 Error: Cannot instantiate interface MagentoCspModelCollectorMergerInterface

After performing a test upgrade from Magento Open Source 2.4.6 to 2.4.7 the frontend does not load returning the error Error: Cannot instantiate interface MagentoCspModelCollectorMergerInterface in /var/www/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 setup:upgrade completes without errors setup:di:compile completes without errors No further errors found in… Read More »Frontend error after upgrade to Magento 2.4.7 Error: Cannot instantiate interface MagentoCspModelCollectorMergerInterface

Zend Equivalent class for Magento 2.4.6

We have updated our website to Magento 2.4.6. We are facing Zend issue with the following 1.Zend_Pdf pdf = new Zend_Pdf(); $page = new Zend_Pdf_Page(Zend_Pdf_Page::SIZE_A4); //var_dump($page); 2.Zend_Log_Exception Can anyone please tell the equivalent class for the above. Thanks, Jayashree