I have an issue where a client has had someone doing code changes directly in the vendor folder for some of the modules they use (not entirely sure on what modules tho). I need to find a way to see the differences between the vendor folder as it is in […]
Daily Archives: September 30, 2025
I have upgraded the version of magento from 2.2.6 to 2.4.3 in local, so after that i have check the magento search product functionality, so it’s not working as screenshot attached: https://i.sstatic.net/R6Kva.png https://i.sstatic.net/CxWlf.png I have also disabled third party extensions, also does re-indexing, also check magento catalog search configurations but […]
I want to override grid.phtml in custome module without using preference.I have tried this link but it does not work for me. widget.xml <?xml version="1.0" encoding="UTF-8"?> <widgets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Widget:etc/widget_file.xsd"> <widget id="products_list"> <parameters> <parameter name="template" xsi:type="select"> <options> <option name="grid" value="Vendor_Module::product/widget/content/grid.phtml"> <label translate="true">Products Grid Template</label> </option> </options> </parameter> </parameters> <containers> <container name="content"> […]
Class MagentoFrameworkMailEmailMessageInterfaceFactory does not exist Class VendorExtensionModelMailTransportBuilderInterceptor generation error: The requested class did not generate properly, because the ‘generated’ directory permission is read-only. If — after running the ‘bin/magento setup:di:compile’ CLI command when the ‘generated’ directory permission is set to write — the requested class did not generate properly, then […]
I want to show alert using function in phtml file as per below but it seems like the function (myfunction) is not calling. <button onclick="myFunction()">Try it</button> <script type="text/javascript"> require(['jquery'], function($){ function myFunction() { alert("I am an alert box!"); } }) </script>
I don’t like the changes that were in the “fluent UI refresh” for VS2022, and I still don’t like them in VS2026 and want to go back to how they used to be (disabled). The thing I want to undo looks like this: The thing I had before, and want […]
I’m following a hardening guide (https://ohyaan.github.io/tips/raspberry_pi_security_hardening_complete_guide/) for initial setup of a Raspberry Pi-based product (Pi 5, Debian Bookworm). I’m running into problems detecting a syn flood. Device operates fine during flood, but I’d like to document that the attack happens, as outlined in the guide: tail -f /var/log/kern.log | while […]
My PC started shutting off completely when I played demanding games like Cyberpunk 2077, with a Kernel-Power 41 error. After some digging, I realized my old PSU (NZXT C650, 650W) wasn’t meeting the recommended requirements for my i7-11700K + 4070 Ti Super (which is usually 750W+). For background: This PC […]
Dual-boot was working well for weeks. ~3 days ago, the grub Win10 option stopped working, could only boot into Ubuntu. Searched for a fix, tried various fixes from a few tutorials, then Grub changes from a Win10 option to Win7, Not sure how or why. Grub won’t boot into Win10/7. […]