Skip to content

magento man

Magento 2.4.2 How to disable MSI

Here I have solution how to disable for M.2.4 – but this solution no work for M.2.4.2 Run the below command in your SSH to disable MSI in Magento 2.4.0 php bin/magento module:disable -f Magento_Inventory Magento_InventoryAdminUi Magento_InventoryAdvancedCheckout Magento_InventoryApi Magento_InventoryBundleProduct Magento_InventoryBundleProductAdminUi… Read More »Magento 2.4.2 How to disable MSI

very confused about Varnish. Is it running or not? no headers it only says Pregma: cache

Maybe someone can help: on Ubuntu, nginx, latest magento (2.4.6), varnish 6 This is my Nginx conf setup: upstream varnish { ip_hash; server 127.0.0.1:6081; keepalive 32; } server { listen 443 ssl http2; server_name example.com www.example.com; ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;… Read More »very confused about Varnish. Is it running or not? no headers it only says Pregma: cache

Magento 2 Payment Method Hacked

My website’s checkout was hacked this 4th time. The hacker somehow modifies the following files: lib/web/jquery.js vendor/magento/framework/Interception/Interceptor.php vendor/magento/framework/Message/Session.php and adds some kind of encrypted scripts and code, which hides all the payment methods and shows a custom credit card payment… Read More »Magento 2 Payment Method Hacked

Magento2 Unable to find products matching the selection

Need help to fix the following issue. Unable to find products matching your selection. https://prnt.sc/EXEuYYFvItge On debug file we can see the following error message. > [2023-08-07 21:35:00] main.DEBUG: cache_invalidate: > {“method”:”GET”,”url”:”https://website.com/”,”invalidateInfo”:{“identifier”:”interception”}} > [] [2023-08-07 21:35:06] main.DEBUG: cache_invalidate: > {“method”:”GET”,”url”:”https://website.com/”,”invalidateInfo”:{“identifier”:”SYSTEM_CONFIG”}}… Read More »Magento2 Unable to find products matching the selection