Skip to content

ACSD-51892: Performance issue where config files load multiple times

https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-1-33/acsd-51892-performance-issue-where-config-files-load-multiple-times.html?lang=en I tried to reproduce error to check how this patch work. But unfortunately I can’t reproduce this error. Could someone explain to me the way we reproduce this error. Thank you so much!

Directadmin shared hosting

I need help finding a good host. It’s been surprisingly hard to find. I really just want a shared hosting provider that offers Directadmin, … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1901852&goto=newpost

Magento 2.3.2 Incompatible argument type

6/7 [========================>—] 85% 33 secs 395.0 MiBErrors during compilation: DanielsCformModelResourceModelPostGridCollection Incompatible argument type: Required type: MagentoFrameworkDBAdapterAdapterInterface. Actual type: DanielsCformModelResourceModelPostGridconnection; File: /chroot/home/a4610039/0f13fb0d8d.nxcli.net/html/app/code/Daniels/Cform/Model/ResourceModel/Cform/Grid/Collection.php Total Errors Count: 1 In Log.php line 92: Error during compilation `<?php namespace DanielsCformModelResourceModelCform; use MagentoFrameworkModelResourceModelDbCollectionAbstractCollection; class Collection extends… Read More »Magento 2.3.2 Incompatible argument type

Prevent invoice email notification after invoice creation in Magento 2

I have used below event to stop Invoice email notification that is triggered after the invoice creation. Vendor/Module/etc/events.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Event/etc/events.xsd”> <event name=”sales_order_invoice_save_after”> <observer name=”stop_invoice_email_sending” instance=”VendorModuleObserverStopInvoiceEmail” /> </event> </config> Vendor/Module/Observer/StopInvoiceEmail.php <?php namespace MindtreeBilldeskObserver; use MagentoFrameworkEventObserver; use MagentoFrameworkEventObserverInterface; use… Read More »Prevent invoice email notification after invoice creation in Magento 2

Update selector field in Magento 2

I have a form with the following 2 fields in an xml file: Regions: <field formElement=”select” name=”regions” > <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>text</item> <item name=”label” xsi:type=”string” translate=”true”>Regions</item> <item name=”formElement” xsi:type=”string”>select</item> <item name=”component” xsi:type=”string”>Vendor_MyModule/js/form/element/ui-select</item> <item name=”elementTmpl” xsi:type=”string”>ui/grid/filters/elements/ui-select</item>… Read More »Update selector field in Magento 2