Daily Archives: March 12, 2025
I am using Apache2 and Php8.2-fpm to serve Magento 2.4.7. When I try to access the site I get this error message in Apache logs: [proxy_fcgi:error] [pid 168766:tid 168775] [client 127.0.0.1:46104] Premature end of script headers: index.php [proxy_fcgi:error] [pid 168766:tid 168775] [client 127.0.0.1:46104] AH01070: Error parsing script headers [proxy_fcgi:error] [pid […]
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 […]
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 […]
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 […]
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 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 […]