Recently upgraded from magento 2.4.6-p1 to magento 2.4.6-p3 and now experiencing that that (default) address now no longer formats to anything except the value specified in the config. I’ve checked this on our store with no 3rd party modules enabled and in luma theme. We do not use a custom […]
Yearly Archives: 2023
Just learned about this entry in the magento coding standards: https://developer.adobe.com/commerce/php/coding-standards/technical-guidelines/#14-events . All values (including objects) passed to an event MUST NOT be modified in the event observer. Instead, plugins SHOULD BE used for modifying the input or output of a function. Which seemed intresting to me as I do […]
I was trying to set up Magento on AWS EC2 and followed this instruction: https://cloudinfrastructureservices.co.uk/how-to-setup-magento-server-on-azure-aws-gcp/. I ran this command: sudo composer create-project –repository=https://repo.magento.com/ magento/project-community-edition=2.4.3 magento2 It’s supposed that I would be asked for username and password, which are my public key and private key. However, this was what came up […]
I am deploying my new stripe module upgrade changes in a Magento production environment. In the development environment, it is deployed successfully and running well. But in a production environment when I deploy it, it throws this error. Uncaught ReferenceError: initStripe is not defined After deployment by git pull i […]
I’m generating a Haldclut using the below code: ffmpeg -f lavfi -i haldclutsrc=8 -frames:v 1 hald.png This works well enough, but the cmd line displays a warning informing me that the hald.png pattern is invalid, and does not contain a pattern such as %03d for an image sequence. It suggests […]
I was going to add an entry in Hosts file to make it easy to connect with a server. But when I opened the C:WindowsSystem32driversetchosts , I saw an entry for (changed the real ip to xx below): xx.xxx.xxx.xxx geoip.pango-paas.co While searching for this URL on google and some other […]
So, at work we have a device (Screenbeam receiver) with Miracast (over wifi) enabled. It works with some computers but not others. I’ve seen the device error logs but they’re not very good/detailed. I would like to see whether the computers are able to make the Miracast connection and when […]
I am trying to update software of sercomm rv6699 gpon terminal using tutorial from the web. Tutorial says following (original is here): Put software files (called mtd12, mtd1, mtd0) on USB flash drive, formatted as fat32; Connect to your router by SSH using MobaXterm; traceroute ; /bin/sh mkdir /tmp/sdb && […]
I followed this guide to disable the winKey + l shortcut. But now I can’t lock my pc at all. How do I keep the winKey + l shortcut disabled but still have it be possible to lock my pc?