the file env.php is changing automatically and randomly. Environment: Cluster server Deployer Magento 2.4.6-p3 Redis, varnish and cloudflare php 8.1 Here is the actual the env.php 'session' => [ 'save' => 'db', 'gc_probability' => 1, 'gc_divisor' => 1000, 'gc_maxlifetime' => 7200 ], 'cache_types' => [ 'config' => 1, 'layout' => […]
Magento
Need to add custom analyzer to Magento product index settings in Elasticsearch, but how to make this setting permanent? If I modify settings directly in Elasticsearch, Magento overwrites it with the default rules. Don’t want to set them globally in Elasticsearch, just for Magento product index. How such specific indexing […]
We are working on the custom theme with the tailwindCSS. Normal Magento flow is taking a long time to reflect the changes on the browser. My question is there any configuration or way to use Grunt to replace or update my compiled CSS from app/design/frontend/Vendor/vendor_child/web/css/styles.css to /pub? with the single […]
"command": "composerConfigRepository0", "output": [ "Finished with the '0' exit code." ] I made my own plugin and tried putting it on the marketplace. But it didn’t pass the technical review and there’s an error in the first line of the report JSON. Can you help me fix it?
WYSIWYG image upload from custom module but not sow in frontend .phtml file showing [src=”{{media url=wysiwyg/gutenberg-diagram_1.jpg}}” ] like this but image not found and image not show Link and Iframe also not working
I need to see some logs that I saved in /var/debug.log on NewRelic logs. Can anyone help me with this?
I am using magento2. The issue i am facing is i want to apply currency filtering. My default currency is USD and allowed currencies are CAD and EUR. When i change the currency from my frontend and pass that in the haeders of query it is not working properly and […]
I have created a custom extension in Magento 2 and their frontend functionality shows in the react js (PWA vania UI). So I have created a module to enable/disable functionality in the Magento system configuration. and I have added this custom extension page link to the PWA footer. However, I […]
I recently installed Magezon Pagebuilder plugin. It works perfect and everything, however when I add Sliders or Carousel I get this 2 errors: require.js:1895 GET http://dev.emall.com.mx/pub/static/version1606325200/adminhtml/Transom/ChangeAdminLogo/en_US/jquery-ui-modules/widget.js net::ERR_ABORTED 404 (Not Found) Uncaught Error: Script error for: jquery-ui-modules/widget http://requirejs.org/docs/errors.html#scripterror at makeError (require.js:166) at HTMLScriptElement.onScriptError (require.js:1681) I have tried this solutions: php bin/magento […]