A complete guide to auditing your Magento modules for better performance scalability and long term store growth Continue reading on Medium »
Daily Archives: November 5, 2025
After upgrading from Magento 2.4.6-p12 to 2.4.6-p13, our S3 URL generation is producing malformed URLs with /./ appended to the path. This is breaking our file URLs and causing 404 errors. The getObjectUrl method in AWS S3 client is generating URLs like: https://bucket.s3.amazonaws.com/./ Instead of the expected: https://bucket.s3.amazonaws.com/ Code Example […]
I want to retrieve multiple coupon data via the REST API. I am using it with and without a coupon This is my code $subtotal = $totals->getSubTotal(); $couponDetails = []; if ($quote->getAppliedRuleIds()) { // Get applied rules $ruleIds = explode(',', $quote->getAppliedRuleIds()); $ruleIds = array_filter(array_map('trim', $ruleIds)); if (!empty($ruleIds)) { $collection = […]
We are experiencing a critical issue with our Magento 1.9 where both the admin panel and website are showing a 404 error after a cache flush. We need immediate assistance to resolve this issue and restore access to the admin panel and website. magento 1.9 admin panel by mistake flush […]
I’ve just compiled the dlls for opencv from source in order to use the CUDA backend in Unity. However, now with everything in place things won’t yet work because I’m missing two dlls. Dependencies tells me they are: ext-ms-win-media-codecpack-mounting-11-1-0.dll ext-ms-mf-pal-12-1-0.dll They appear to be media related. What are these for […]
I need to set a password for the command prompt in the blue safety screen in Windows 11 Pro. I know that you can bypass passwords in the command prompt, and I have tried putting it in gpedit to have to have a password before getting into the command prompt, […]