So, here is the view from the client side – I do not yet have access to the server-side logs… What might be happening ? What should I check ? What should I do to get better information ? jm@kitandara:~$ ssh -vvvvvvvvvvvvvvvvvv jm@192.168.1.2 OpenSSH_9.2p1 Debian-2, OpenSSL 3.0.9 30 May 2023 […]
Monthly Archives: August 2023
When I browser to chrome://signin-dice-web-intercept/?debug it says, Continue in a new Chromium profile? Tessa is already signed in to this Chromium profile. To keep your browsing separate, Chromium can create your own profile for you. Who is Tessa?
I’ve got a new Raspberry Pi 4B running on a SSD, fresh install. Now I try to setup my Conbee2 stick, it connects, is visible with lsusb and with removing+adding it shows with dmesg, but trying to update/flash the stick manually gives an error device /dev/ttyACM0 not found. Also in […]
Does Chrome publish a list of hidden urls under the chrome: schema, such as, chrome://memory-internals what else is available in that schema?
I am writing this since I have literally no idea in how to debug this anymore. I have a custom module that creates a csv feed and the uploads it to a digital ocean remote storage (space or whatever it’s name is). The problem is that the feed generates correctly […]
I have a problem with qtys when I’m trying to order the same product more than one qty. Example I have a T-Shirt with size: Small and qtys : 2 When I’m trying to order this products with 2 qtys in the backend the qtys reduced only one time. In […]
I am duplicating a product, disabling the old one and want to set the url of the new product to replace the old product. $duplicateParent = $this->productCopier->copy($oldproduct); $oldproduct->setUrlKey($existingUrlKey . '-old'); $oldproduct->setSku($existingSku . '-old'); $oldproduct->setVisibility(1); $duplicateParent->setUrlKey($existingUrlKey); $oldproduct->save(); $duplicateParent->save(); It’s throwing an error because the URL exists already, even though I’ve changed […]
Magento 2.4.5-p1 I am getting the Error when browsing products which I think has to do with the fact that some of the products I imported from Magento 1.x have SKUs with spaces. Is there a script I could run that would identify records with spaces in SKUs via PhpMyAdmin […]