Skip to content

magento24

Auto Added by WPeMatico

Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later

Hope everyone is good. I saw other threads with similar issues but mine is different. It is happening when I am trying to create or update a coupon with specific customer groups. It gives me an error A technical problem… Read More »Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later

Logger Not Working

I’m currently working on a Magento 2 project and encountering issues with the “custom logger” when attempting to use it in developer mode. I’m hoping someone can help me troubleshoot this problem. “custom logger” Magento 2 version: 2.4.6 Logger used:… Read More »Logger Not Working

Magento 2.4.5: Abstract class does not see another class?

I’m working on fixing one of the plugins that stopped sending emails. It uses: use MagentoFrameworkMailTemplateTransportBuilder To send email: $transport = $this->transportBuilder->setTemplateIdentifier((int)$template) ->setTemplateOptions([‘area’ => MagentoFrameworkAppArea::AREA_FRONTEND, ‘store’ => $storeId]) ->setTemplateVars($templateVars) ->setFromByScope($sender) ->addTo($toSender) ->getTransport(); For some strange reason, this class is not… Read More »Magento 2.4.5: Abstract class does not see another class?