Skip to content

magento man

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

Magento 2.4.6 OpenSearch installation – Could not validate a connection to the OpenSearch. No alive nodes found in your cluster

Pulling my hair out the last few days trying to configure Magento on a new server using OpenSearch instead of ElasticSearch and can’t get it to connect. OpenSearch latest (2.9.0) is up and running. No problems, dashboard and everything working.… Read More »Magento 2.4.6 OpenSearch installation – Could not validate a connection to the OpenSearch. No alive nodes found in your cluster