The problem I run into is that OneDrive upload blocks file write during upload, which is understandable. The problem is that the file in question may have updates locally. In my setting, the update happens when 7z.exe finishes making a new .zip file and attempts to overwrite the source .zip […]
Monthly Archives: July 2025
I want to create an overlay of the root directory and chroot into it to sandbox things like from source installs or runs, as well as other purposes. I use the command.. mount -t overlay overlay -o lowerdir="/",upperdir="adirectory",workdir="anotherdirectory" chrootdir What I get is an empty /home /dev /boot directory. To […]
Para conectar en n8n el nodo de Magento se usará un magento público y gratuito que se puede usar en el admin, me refiero a mageplaza. En… Continue reading on Medium »
Upgrading to the Latest Version with Adobe Commerce Service: Why You Need a Pro Continue reading on Medium »
Are there any good and FREE Magento 2 courses I could recommend to my friends? Looking for bigginer course with good practices etc.
I noticed that from eg the latest 2.4.6-p11 I can not install or update some extensions from various repos (including some free extensions) where this has always worked well. Is this a know issue for anybody? I use composer v2.2 as in the requirements from Magento. Hope someone can help […]
I’m experiencing a persistent “502 Bad Gateway” error on my Magento Cloud environment. Both the storefront and the Magento Admin panel are displaying this error, making the environment completely inaccessible. Any insights or troubleshooting workflows specific to Magento Cloud would be highly appreciated. Thank you!
I’m in the process of migrating an existing Magento Cloud project to a new Magento Cloud project. My current project is linked to a Git repository and have multiple environments (e.g., QA2, QA3), each associated with corresponding branches in GitHub. For the migration, I’ve forked the existing Git repository and […]
I got spam email from an email with space. It’s email headers are: Received: from 10.197.40.73 by atlas302.free.mail.bf1.yahoo.com pod-id NONE with HTTPS; Sat, 28 Jun 2025 16:00:02 +0000 Return-Path: <> X-Originating-Ip: [157.180.118.107] Received-SPF: none (domain of wildminty.io does not designate permitted sender hosts) Authentication-Results: atlas302.free.mail.bf1.yahoo.com; dkim=perm_fail header.i=@offeestor.org header.s=smtp arc_overridden_status=NOT_OVERRIDDEN; spf=none […]