Skip to content

magento man

Magento 2: Product Save Action Taking Too Long in Admin Even with Indexers Set to “Update on Schedule”

I’m facing an issue with Magento 2 where saving products from the admin panel is taking a long time (sometimes 20–40 seconds). This happens even after switching all indexers to Update on Schedule and enabling production mode. Environment Details: Magento… Read More »Magento 2: Product Save Action Taking Too Long in Admin Even with Indexers Set to “Update on Schedule”

Problem when modifying inherited theme

/home/pedromontesi/Documentos/magento/src/vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml <?xml version=”1.0″?> <body> <referenceContainer name=”header.panel”> <block class=”MagentoFrameworkViewElementHtmlLinks” name=”header.links” template=”Magento_Theme::html/promo.phtml” before=”-“/> </referenceContainer> <referenceBlock name=”logo”> <arguments> <argument name=”logo_file” xsi:type=”string”>images/my_logo.png</argument> <argument name=”logo_width” xsi:type=”number”>300</argument> <argument name=”logo_height” xsi:type=”number”>300</argument> <argument name=”logo_alt” xsi:type=”string”>Logo name</argument> </arguments> </referenceBlock> </body> /home/pedromontesi/Documentos/magento/src/app/design/frontend/Avanti/innovation/Magento_Theme/templates/html/promo.phtml <div class=”promo-bar”> Ganhe R$10,00 de desconto no seu… Read More »Problem when modifying inherited theme

Imported products issue

So im trying to import woocommerce product to magento. Chatgpt converted csv file to magento compatibility. No error or anything, configurable product and simple products were added successfully but i cant tie simple products with configurable product. Been trying for… Read More »Imported products issue

Magento 2.4.6: ValueError DOMDocument::loadXML() Argument #1 ($source) must not be empty when rendering notification_area UI component

I’m encountering a critical error in my Magento 2.4.6-p13 installation when the admin panel tries to render the notification area. The error appears in the exception logs but doesn’t always break the page – it seems intermittent. Error Details [2025-11-19T07:07:44.087321+00:00]… Read More »Magento 2.4.6: ValueError DOMDocument::loadXML() Argument #1 ($source) must not be empty when rendering notification_area UI component