Daily Archives: August 13, 2023
Good morning, does anyone know how I can create a custom selection in the checkout of the type “Magento_Ui/js/form/element/region” something like the default selection of “region” that contains all the departments/provinces of a country? I’m trying with PHP with LayuotProcessor, but I can’t get the select to list the departments, […]
i changed the base admin url using the admin panel and now i cannot access the admin panel. i dont have access to the PHP file, im an online user, is there a way to find the new admin login url? the old URL was https://row.mysite.com/en/admin/ and i changed it […]
please I made a test site to try to upgrade my Magento 2.2.3, but until now I haven’t succeeded at all. I could understand if I have to stop at 2.2 or go directly to 2.3, and if possible how to proceed too. I can not understand and I can […]
I am creating a Custom APi to retrieve products in cart how can i get the bundle product details as displayed in web currently how i do this $childrens = $item->getChildren(); public function getBundleData($childrens) { $data = []; $count = 0; foreach($childrens as $children) { $data[$count]['id'] = $children->getId(); $data[$count]['name'] = […]
I have recently installed debian in a dual boot. The wi-fi in configurations displays the following message “No wifi adapter found, make sure you have a wifi adapter plugged and turned on”. However, paradoxically, i am sending this using the “Debian half” of my pc. I have configured to the […]
I want to understand the fsck output, I did not find it explained anywhere. The following it’s output of the fsck command on a luks encrypted ext4 drive (unmounted). What’s the (1993/0/0 errors) supposed to mean? What’s the fraction supposed to describe Files: clean, 633043/61046784 files, 143545156/244181760 blocks? If there’s […]
I own a 14TB HDD and it’s currently half full. I’m trying to use it via a USB adapter, but it is impossible because everytime I try to use it that way, Windows says that it is a GPT Protective Partition. But this doesn’t happen if I plug the HDD […]
I had a CentOS 8 Stream wireguard server, which allowed me to play LAN games with friends. Since i updated to Rocky Linux 9, i cant communicate with other clients any more. To clarify: client to server works server to all clients works client to client does not work. For […]