I am running into issues when upgrading from 2.3.2 to 2.4. Following the documentation from https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html?lang=en All the pre-requisites installed to perform the upgrade Elastisearch 7.17 has been installed. I know Adobe mentions that Elastisearch 7.6.x is supported by Magento 2.4.0 but the documentation does list Elastisearch 7.x can be […]
Yearly Archives: 2022
I am trying to require my package newly setup in packagist and github in a magento local projet when I run command. composer require anasstouaticoder/magento2-module-instantconfigurationcopy but I am getting this error message [InvalidArgumentException] Could not find a version of package anasstouaticoder/magento2-module-instantconfigurationcopy matching your minimum-stability (stable). Require it with an explicit […]
Is there any way to override .html and js files present in app/design folder from a custom module in app/code ? I was looking to override app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/template/shipping.html and app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/js/view/shipping.js from my custom module in app/code. Any help will be appreciated
On rxvt, and only on rxvt, then when I display text using the ncurses A_BOLD attribute then it’s artificially coloured. Top is gnome-terminal, bottom is rxvt-unicode. Does anyone know enough about the rxvt configuration to know whether I can stop this happening? It does seem to be correctly finding the […]
I was following along in a RHCSA labs course and ran into the following error I can not seem to get past. I know someone else who successfully ran through the installation so I am curious what is going wrong for me. Below I have my Environment information and the […]
I have the SD card from a raspberry buster system, which doesn’t boot anymore but is still readable. How can I get the list of installed packages so that I can check which packages had been installed on that system?
My ssh to a host “sees” one file system; my scp sees a different one. How can this be the case, and how can I fix it. e.g. $ ssh me@otherpc 'ls -l /tmp/media-files.txt' -rw-r--r-- 1 me me 194399 Apr 28 2022 /tmp/media-files.txt $ scp me@otherpc:/tmp/media-files.txt /tmp/ scp: /tmp/media-files.txt: No […]
I am trying to find/create a permalink that opens a specific email in my browser by using some online Outlook service, and Im running into lots of unexpected problems. I wonder if it could have anything to do with OWA vs regular “mail”, if that question even makes sense. I […]
Is it possible to create magento 2 module that allows admin users to search sales rules by coupon code and display the results?