Skip to content

magento man

Webhosting for a Small Church

Hey, My church is looking for a reliable host for our website. I’ve been out of the loop in hosting for a long time. I was wondering what… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1894760&goto=newpost

Mail sending solutions?

Hi, I have multiple servers running Ubuntu Plesk with a decent amount of customers. Currently, I setup Send In Blue (SIB) SMTP for the s… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1894735&goto=newpost

JavaScript not executed when it has Magento_Customer/js/customer-data dependencia in define

I have a JS file like this: define([ ‘jquery’, ‘underscore’, ‘matchMedia’, ‘text!ajaxcart/template/modal-slide.html’, ‘text!ajaxcart/template/modal-popup.html’, ‘Magento_Customer/js/customer-data’, ‘Magento_Catalog/product/view/validation’, ‘Magento_Ui/js/modal/modal’, ‘mage/translate’ ], function($, _, mediaCheck, _slideTpl, _popupTpl, customerData) { … } But for some reason, it is not entered into the code in function… Read More »JavaScript not executed when it has Magento_Customer/js/customer-data dependencia in define

Magento 2.4 , Query execution was interrupted, query_timeout exceeded

its given when indexing Category Products index Category Products index process error during indexation process: SQLSTATE[70100]: <<Unknown error>>: 1907 Query execution was interrupted, query_timeout exceeded, query was: INSERT INTO catalog_category_product_index_store2_tmp (category_id, pr oduct_id, position, is_parent, store_id, visibility) SELECT cc.entity_idAScategory_id, ccp.product_id,… Read More »Magento 2.4 , Query execution was interrupted, query_timeout exceeded

Extension attributes and api functional testing

When running api functional tests on a module which uses non-scalar array extension attribute type, I’ve got the error ReflectionException: Class “ModuleNameCustomerApiCustomAddressInterface[]” does not exist the attribute is declared as: <extension_attributes for=”MagentoCompanyApiDataCompanyInterface”> <attribute code=”custom_addresses” type=”ModuleNameCustomerApiCustomAddressInterface[]” /> </extension_attributes> The module works… Read More »Extension attributes and api functional testing