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 […]
Daily Archives: August 29, 2023
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 […]
I’m using robocopy to search for a lot of old Illustrator files to convert. They reside in countless folders, and I want to copy all of them to a new working folder so I can batch process them. My current command looks like this: robocopy "C:Files" "C:IllustratorConversion" *.ai /E /dcopy:T […]
The gist is the default ODBC driver for Windows 11 which is 10.00.22 does not work with one of the applications. However, things work smoothly on Windows 10. I have searched high and low and cannot find the downloadable verision of the ODBC driver that comes with Windows 10.If someone can […]
I work at a university and we have a contract with Dell for machines, so i’m kinda stuck. I ordered a DEll 7440 Convertible with this display: 2-in-1 14.0″ FHD+ (1920×1200)AR+AS,Touch,ComfView+,IPS,300 nits,FHD IR Cam+IP,WWAN,ALU,Pen support [391-BHJP] / GANI4T9 I think “AR” means anti-reflective. The German distributors website states “entspiegelt”, which […]
I have a second hand laptop Lenovo T470 where already Windows 11 is installed on it. When using it for some time, I can see the WLAN symbol disappear and reappear shortly afterwards. When executing as admin netsh wlan show wlanreport I can see several entries in the referring report […]