I’ve used Bitnami Magento Helm chart to install Magento 2 on the Kubernetes cluster. By default the pod and the container are configured not to use root user which is good from a security point of view. But because of running as a non-root user, Magento can’t execute Cron jobs. […]
Daily Archives: September 20, 2023
What I am trying to achieve is overriding specific modules declared as enabled in the app/etc/config.php to be disabled by the app/etc/env.php file. A use case of that would be the 2FA module which I prefer to keep as disabled in the development environments. I tried adding the module to […]
I need to create one custom field on the Checkout Billing address and save it’s value on database sales_order_address table. How to do this ?
I want to add product FAQS along with product query but getting the error when i query product with CustomizableProductInterface "message": "Fragment cannot be spread here as objects of type "ProductInterface" can never be of type "CustomizableProductInterface".", here is my schema.graphqls extend type ProductInterface { faqList: [faqsList] @doc(description: "Custom field […]
Sometimes I have magento installations where my coleagues do edit files in ./vendor folder. Therefore, I cannoty use the existing seeder. Therefore, using magento’s seeder will require extra dependencies and may break the ./vendor folder. But instead I can make a seperate scrips that manipulates db directly. So what tables […]
I have three entries in my Windows 10s Device Manager that have Realtek in their label: I’m trying to troubleshoot a long-lasting audio issue with the volume of my USB headset speakers (the USB PnP Sound Device in that picture), and I’m running low on ideas. Could these Realtek entries […]
First, I’m not good at English. I really appreciate to read my crude writings. What I want to convert is following url. https://streaming-cenc.toshin.com/TH24/VOD1254925130/1.0/WV/800/VOD1254925130.mpd I want to convert this to .mp4. I want someone to tell me whether it can do or not, and if it is possible, tell me how […]
I have two internet providers because I absolutely must have internet access for work, and both of our local choices for ISP have had problems over the years where each has been down for more than a week before the company got around to coming to the neighborhood to fix […]
I need to deploy two add-ins for Microsoft Edge (‘Adblock Plus’ and ‘I Don’t care about cookies’) to approx. 50 Windows 10 PCs. Who can give me hints how I can do that?