Skip to content

Error upgrading to 2.4.1

I just tried upgrading from 2.4 to 2.4.1 and now the site is down. We get this error only when trying to access the admin {“0”:”Type Error occurred when creating object: Magento\Framework\Session\Generic\Interceptor, setcookie() expects parameter 3 to be integer, array… Read More »Error upgrading to 2.4.1

How to convert below code in magento2 standard way

what is equivalent in m2.If we want to convert below code in magento2 which class we can use to send json response directly from helper class. Mage::app()->getResponse()->clearHeaders() ->setHeader(‘Content-Type’,’application/json’) ->setBody($jsonContent)->sendResponse(); exit;