I am using PHP 7.4 and it was working well for weeks. Suddenly each PHP-FPM child started taking too much memory. In initial weeks each PHP-FPM child used to take 40% cpu now few children are taking 90%cpu. Can anybody guide on this?
Magento
Magento 2.4.2-p1 Smartwave Porto theme 13 Amasty extensions I have the Calendar extension from Amasty as well as other Amasty extensions including One-Step-Checkout (this one is currently disabled but still installed), Shipping Area, Shipping restrictions and Shipping rules. I have a gift shop so all of my orders will come […]
Magento 2.4.2-p1 Smartwave Porto theme 13 Amasty extensions I have a production Magento 2.4.2-p1 website with 2 stores. We are having lots of problems with this site which I truly believe might be a combination of using the official Magento Migration tool when we migrated from Magento 1.9.x and issues […]
I am trying to export all products to CSV or XML file in Magento 1.7.0.2.. I tried from “System” > “Import / Export” > “Data Flow – Profiles” > “Export All Products” and my final file does not include the names of the categories but instead just the ids. Then […]
Magento 2.4.2-p1 Smartwave Porto theme 13 Amasty extensions including Shipping Area, Shipping restrictions and Shipping rules Effective July 1, 2022, Colorado imposed a retail delivery fee on all deliveries by motor vehicle to a location in Colorado with at least one item of tangible personal property subject to state sales […]
Does anyone know how to achieve below design. Create a new container next to cart icon in header move top bar sign in and create account links to new container. Please kindly refer the screenshot attached Thanks in Advanced.
I have an issue; 1 exception(s): Exception #0 (Exception): Deprecated Functionality: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/vendor/magento/zendframework1/library/Zend/Db/Statement.php on line 222 $_helper = $this->helper('MagentoCatalogHelperOutput'); $_imagehelper = $this->helper('MagentoCatalogHelperImage'); $_product = $block->getProduct(); $specs = $_product->getAttributeText('specifications'); $specs = $specs = $this->helper('MagentoCatalogHelperOutput')->productAttribute($block->getProduct(), $block->getProduct()->getSpecifications(), 'specifications'); $specs = trim( […]
I have an improvement problem; I want to restrict some more things from that user. I want to block “delete” the product Magento 2.4 How to disable/hide “Delete” from Catalog Products Actions Ver.: Magento 2.4.4
I want to override the magentoframeworkviewpageconfig.php file setMetadata($name, $content) method to remove the htmlentites in meta description when we are viewing the page source code. For that i did following code di.xml file: <preference for="vendormagentoframeworkViewPageConfig" type="LogoImporterFrameworkViewPageConfig" /> LogoImporterFrameworkViewPageConfig.php file: <?php namespace LogoImporterFrameworkViewPage; class Config extends MagentoFrameworkViewPageConfig { public function setMetadata($name, […]