Currently, I am using Magento version 2.4.6-p8 on my website. When I run a Security Scan, the report shows the following issue: Scan Name: API ACL Scan Details: API ACL – Failed. API ACL Patch not detected (APPSEC-1679) [200] When I investigated the issue, I found the following setting in […]
Blog
Magento 2.4.7-p3 PayPal Express button in checkout triggers field validation. Before the update to 2.4.7-p3 I could just click the Express button and was sent to PayPal. Now however, I have to enter all data before I am redirected to PayPal. That makes no sense of course since PayPal has […]
I created a module that creates an order programmatically and I can also set the custom price. This is part of my code: foreach($orderData['products'] as $product) { try { $quoteProduct = $this->productRepository->get($product['sku']); $this->logger->info(sprintf("Adding product to quote, id: %d, sku: %s, qty: %d", $quoteProduct->getId(), $quoteProduct->getSku(), $product['qty'])); $quoteItem = $quote->addProduct( $quoteProduct, intval($product['qty']) […]
We are facing this error during setup upgrade command while installing this extension. Unable to apply data patch AmastyMostviewedSetupPatchDataCreateGroupExamples for module Amasty_Mostviewed. Original exception message: amasty_mostviewed_rule_product indexer does not exist. Magento 2.4.7-p3
I Bought A Dell Latitude 5421 From eBay for $250. They say it works but did not come with a Battery or Power Supply. So I Figured I got 4 different sized barrel type dell power supplies here. Got the laptop Then noticed it Doesn’t take a normal power supply […]
I have a local network with a mesh 192.168.68.1/24 cabled to a modem 192.168.15.1/24, and a TrueNAS Scale 24.10, Tailscale, NPM, and NextCloud on IP 192.168.68.68 named ada. No SSL involved for this while. I recently tried to make a weird setup with SSL that pretty much didn’t work, so […]
We recently installed a Hadoop cluster using Dell machines such as R750/R760, etc. Each machine has 14 disks, with each disk having a size of 16TB , and Hadoop cluster installed on RHEL 8.6 version For some unclear reason, we found that the disk performance on this cluster is quite […]
I’m using Linux Mint and I am seeing this notification multiple times today and I’m not sure what it is or how to investigate any further. I’m not sure even where it comes from. I tried filtering for this MAC on Wireshark but didn’t see anything relevant. How can I […]
Intel’s x520 and 540 or Mellanix MNPA19 were 8-line PCIe 2.0, which is 500 MB/s per line i.e. 4 GB/s. x550 is 4-line PCIe 3.0 or 1 GB/s per line i.e. 4 GB/s. Both are 2x wider (or 4x wider?) than the number of lines necessary to pass 10 Gbit. […]