How to add Node packages to your Magento 2 site. how to implement in require-config.js using knockout js. I have already applied the commands below file. /var/www/html/project/app/code/vendor/module/view/frontend/ npm install @web3modal/ethers5 ethers@5.7.2 after I add below code add require-config.js for example. var config = { paths: { ethers: 'Vendor_Module/node_modules/@web3modal/ethers5' } }; […]
Daily Archives: January 17, 2024
When filtering by text attribute type the module block and phtml template retrieve values by attribute code, however its not not returning values on MultiSelect ive tried the following: // Build a custom SQL expression using find_in_set $findInSetConditions = []; foreach ($desiredValues as $value) { $findInSetConditions[] = $productCollection->getConnection()->quoteInto( ‘FIND_IN_SET(?, ‘ […]
We are facing a MySQL database connectivity issue in Mulesoft, the mule has two types of database transactions. one is to the mule’s server( Self ) database and the other one is to the remote server database. Recently we upgraded MyQL 5.7 to 8.0 in the remote server, After that […]
I’m using many queues and configure Magento to use separate consumers for every queue. It works well. But every few days it probably misses all consumer locks and spawns new processes for all queues. After a couple of weeks I see the following process list: Load average: 1.60 1.51 1.23 […]
I have a magento 2.4.6-p3 instance with php8.2 I have installed superdav42 / magento-image-quality for support of GraphicsMagick Image processing. I am having this is issue when trying to print PDF from orders: Deprecated Functionality: Gmagick::setcompressionquality(): Passing null to parameter #1 ($quality) of type int is deprecated in /app/code/DevStone/ImageQuality/Image/Adapter/GraphicsMagick.php on […]
Followed all pertinent steps, for proper install, 1.Created USB ISO Linuxmint-21.3-mate-64bit (Rufus). 2.Ueifi settings, safe boot disabled,bios set up to choose USB. 3.At restart, hold shift, choose usb device,and usb mint device lights up. Should boot. 4. At this stage it always boots back to win 11. (So question is […]
tl;dr a screen saver takes over but if I bump the mouse and then cancel the login, the screen/display turns off immediately. I would like the cancelled login to resume the screen saver. My Windows 11 PC has Power settings When plugged in, turn off my screen after 1 hour […]
Im trying to pass user credentials from an AWX custom Credential Type that I named Ansible Vault to my ansible playbook. The credential is read fine in my Test Playbook, but when trying to use the credential to connect to the managed server it fails with error: fatal: UNREACHABLE! => […]
My laptop’s bluetooth adapter doesn’t seem to be very powerful, and when I have more than one audio device connected at the same time, the audio gets choppy for some reason. So I would like to write a service that disconnects all other bluetooth audio devices when a new one […]