I have a script that behaves differently when run by name compared to when it is run via a symbolic link. The problem is specific to WSL/Ubuntu. The same script, when used under Linux or Windows/Cygwin, behaves correctly in both cases. I’m trying to make it portable to all three […]
Yearly Archives: 2023
I’m new to docker-compose and trying to create the following. My network at home is a 192.168.1.0/24 network. I have a raspberry pi with docker on it installed with IP 192.168.1.50 I want to create 2 containers as with PiHole and Unbound. I want to reach Pihole via 192.168.1.200 address. […]
After the wireless access point (Netgear WAX218 – AX3600 WiFi 6 Dual Band PoE+) and the Ubuntu (2022.10) system were plugged off for nearly three months, Ubuntu is no longer able to connect to the network. Instead it automatically connects to the access point’s configuration wifi. Simply switching connection to […]
As known in Magento there are multiple ways to apply special pricing from products and based on many answers I found this forum I created a module with Layer Navigation to load all products that have special prices applied and also Catalog rule price applied however it ended up loading […]
Hopefully someone can help as we can’t find anyone else having the same issue that we are. We have just gone live with our new Magento 2 website. We noticed that if we add an item to the cart and click on another product then add that to the cart […]
I have need to add dynamic text field in cart price rule edit section. when click on Add button text field should be added. And save data in salesrule table. I have created one field in salesrule table for save data. Need to implement Add multiple text field in cart […]
We are using justbetter/magento2-sentry for catching errors in our Magento 2.4.5-1 shop and have lots of reports of such errors: Warning: simplexml_load_string(): namespace error : Namespace prefix xsi for type on argument is not defined Digging down lead us to Framework/View/Model/Layout/Merge.php where a generic exception is caught: private function extractHandlers(): […]
I’m not a Magento expert and I have to solve an highlighted issue. Let me explain the scenario. I noticed that, when an order contains an item with options two rows are created into the sales_order_item db table: one row is related to the configurable product one row related to […]
I am trying to identify which Windows 10 64-bit Shell Bag was most recently saved, but as I have 5000 Bags the “max bag” parameter from powershell is useless and the BagMRU key in the registry is a very deep tree (which identifies several dozen “last bags”). Is there a […]