In this article, we will go through the process of installation of Magento 2 with Elasticsearch in Localhost utilizing Xampp on Windows. BEST HOSTING For MAGENTO2 You can install Magento from below links- Install LATEST VERSION MAGENTO 2.4.4 on Windows Install Magento 2.4.1 on Xampp Windows Install Magento 2.4.2 on…
Solve : – XAMPP, Apache – Error: Apache shutdown unexpectedly. Error: 16:50:25 [Apache] Status change detected: running 16:50:26 [Apache] Status change detected: stopped 16:50:26 [Apache] Error: Apache shutdown unexpectedly. 16:50:26 [Apache] This may be due to a blocked port, missing dependencies, 16:50:26 [Apache] improper privileges, a crash, or a shutdown…
Is your Magento site very slow? There are numerous ways we can speed up the site. And also there are numerous reasons for site working slow. In this article, I have given 10 tips to increase the speed of the site quickly. 1. Choose the fastest hosting you can afford…
To install modules on the server, follow below approaches. we have taken example of intl module. Here are the following steps: Step 1: Find php-intl package Step 2: Find the php version Step 3: Install extension php-intl Step4 : Restart Apache Step 1: find php-intl package Run command:- yum list|grep…
Error: 1 exception(s): Exception #0 (SodiumException): This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP Exception #0 (SodiumException): This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP <pre>#1 sodium_crypto_pwhash() called at [vendor/magento/framework/Encryption/Encryptor.php:594] #2 Magento\Framework\Encryption\Encryptor->getArgonHash()…
Problem:- sudo: parse error in /etc/sudoers near line 118 sudo: no valid sudoers sources found, quitting sudo: unable to initialize policy plugin S0lution:- You can use the below command again. The old user having wrong info will be updated with below. echo ‘YOUR_USERNAME ALL=(ALL) ALL’ >> /etc/sudoers
In this article, we will see the best and safest way to switch Magento2 modes. But before that we must be aware about the modes present in the Magento2. Magento2 platform can be used in any of these 3 offered modes. These are as below:- Default Mode Developer Mode Product…
Introduction In this article, we are going to learn : What are the Events How the events dispatches What are the events Areas What are the Observers How to use of the Events and observers. Examples of events and observers How to know list of Events fired for specific action…
Sample Issue: Solution:- To resolve the we need to override the csp_whitelist.xml file present in the module_csp module. To override, we need to create the custom module. So let’s start creating it, Step 1: Create Magento 2 Module Structure 1. Create the following folders in the magento project root…
In this article, we are going to understand how to display data on the frontend from the database. This is the fourth part of the custom module series. If you are unaware about the earlier parts of this tutorial, the watch read and watch videos for more details on this.…
Introduction In this article, we are going to understand the purpose of the creation of the attribute. Before we create any type of the product, we should know details about the product attribute. So to understand how to use attribute, lets see the details below:- Product Attributes An attribute is…
In this post we will guide you how to add a new custom tab in the product detail page in magento2. This is very simple and we are going to show in two steps: Step 1: Create Custom Tab To start with create a file ‘catalog_product_view.xml’ in the app/code/<VendorName>/<ModuleName>/view/frontend/layout folder. <?xml version=”1.0″?>…
What Is LESS and Why Use It? Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, extendible and as per your theme. You can learn LESS…
These are the list of the free banner sliders in Magento2. List is as below:- Banner Slider by Sparsh Technologies Banner Slider by Mazeplaza Banner Slider available in Git You can choose as per your requirement. We will keep adding more. So stay tuned. Happy Learning !! Thank You !!
Introduction In this article, we will discuss the process of uninstalling a storefront theme in Magento 2. The way theme should be uninstalled is defined by two factors: The way the theme was added: manually added (installed or created) Installed as composer package or as an extension. The way Magento was installed: using the…
Magento 2 allows for installation of one or multiple themes for different stores or websites in a project. The themes consist of numerous static files like images, fonts, CSS, JavaScripts, PHP and much more to update your store design. Here we are going to tell you how to install a…
The question is how to take backup of mysql database in Windows using Command Prompt? Answer to this question is explained in following steps. Step 1: Access mysql bin directory Step 2: Export the database Lets start the process… Step 1: Access mysql bin directory Open the command prompt…
To remove or uninstall Grunt, run below command npm uninstll -g grunt-cli You will get the output like this commands: npm uninstall sax –save npm uninstall @myorg/privatepackage –save npm uninstall node-tap –save-dev npm uninstall dtrace-provider –save-optional npm uninstall lodash –no-save npm uninstall takes 3 exclusive, optional flags which save…
Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure Grunt for Magento2. Here are the steps : Step 1: Install nodejs in our machine Step 2: Install Grunt CLI…
In this article, we are going to understand how to change the background image of the page in Magento. Requirement for performing this step is you must have your own theme or you can have installed theme in the Magento2 project. Tip:- The core files of Magento2 should not be…
To customize our website styles means look of the website, you need to create a custom design theme. By default, there are 2 Magento themes – Luma and Blank – that you can see after successfully installing Magento 2. Luma is a demonstration theme, while Blank acts as a basis for custom Magento…
The error you’re getting probably reads something like this: [Apache] Status change detected: running [Apache] Status change detected: stopped [Apache] Error: Apache shutdown unexpectedly. [Apache] This may be due to a blocked port, missing dependencies, [Apache] improper privileges, a crash, or a shutdown by another method. [Apache] Press the Logs…
After installing Magento 2 in Windows under Xampp, if your admin and front end link’s are not working, please follow the below steps to fix the same… Open up app/etc/di.xml in the editor Find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to “Magento\Framework\App\View\Asset\MaterializationStrategy\Copy” Clear Cache That’s it. Thank You !!
Do you want to display some content that can be positioned anywhere on the page? Are you interested in content without writing any code, and assign them to appear in a specific place in the page layout? Do you want the content that can be created, and can be added…
In this article, we are going to learn creation of custom table in magento2. But before that if you have not learned and understood following two things, then I recommend to go through those first. PART 1 – How to Build a Complete Module PART 2 – Create Custom Module…
In this article, we are going to learn how to solve below error while logging in Magento Admin Panel, “you did not sign in correctly or your account is temporarily disabled” This error occurs due to Magento 2’s security system. Magento 2 will temporarily disable accounts that do not…
This article helps in resolving the issues while installing Magento2. The following are the issues which you may meet, feel free to apply the solution given. Error 1: – “SQLSTATE[HY000] [2002] No such file or directory” Solution :- In the php bin/magento setup:installcommand, replace –db-host=”localhost” with –db-host=”127.0.0.1″ and re-run…
In this article, we will understand how to display content in the custom module link. Basically we will create URL for our module. If you have not visited the how to create module in magento2, then do click here as very important information is shared. In this page, you learn about adding module…
In this article, we will understand what is the cause of the issue and how we can resolve the issue of “Allowed Memory exhausted error” in Magento2. The cause of the error “allowed memory size of bytes exhausted” is related to shortage of memory. The error occurs if you try…
If you are getting below error then look at the solution – In Abstract.php line 144: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it. In Abstract.php line 128: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it. Solution…
If you are stuck with composer error while running php bin/magento setup:upgrade this command in Magento2, not to worry at all. This article is here to help you out. Error:- Running data recurring…Reading C:\xampp\htdocs\magento/composer.json Loading config file C:\xampp\htdocs\magento/composer.json Failed to initialize global composer: Composer could not find the config file:…
This error means that Magento can’t connect to Elasticsearch. It might be possible that your Elasticsearch is not running. Solution:- go to \elasticsearch-7.16.2\bin Right click on elasticsearch.bat and select run as administrator Leave this window running on background To check if Elasticsearch is running on your system, in your browser type: localhost:9200 If…
Hello Readers, While installing magento2, we can get following error. So resolve the issue read the full details. Error : – Sample data is installed with errors. See log file for details Solution : – Below output means success message indicates that Magento frontend and admin installed successfully but…
Hey, How are you? Hope you are doing well. Welcome to the magento2 world. Let’s understand how can we crate multiple website and multiple store in magento2 on localhost Xampp Windows. So if you are looking for exact steps to perform above mentioned, then you are in the right page.…
6 Steps to Install Magento 2.4.3 on XAMPP Windows Using Composer While installing magento2 on windows with Xampp, we can get following error. So resolve the issue read the full details. Scenario 1: – While Magento 2 Install In compat.php line 1927: This is not implemented, as it is not…
In this article, we will go through the process of installation of Magento 2 with Elasticsearch in Localhost utilizing Xampp on Windows. This will be magento 2 install command line. With the arrival of Magento 2.4.2, things have gotten more earnestly as Magento 2 currently, requires Elasticsearch as a compulsory part. Magento2 depends…
In this article, we will go through the process of installing Magento2 with Elasticsearch in Localhost using Xampp on Windows. With the release of Magento 2.4, Magento 2 now requires Elasticsearch as a mandatory component. Magento2 depends on Composer, Elasticsearch. So to install Magento2, we first need to install these. Install LATEST VERSION…
Introduction Modules together form the Magento2 platform. The whole Magento 2 system is built with different unique Magento system core modules and that’s the reason it is called as modular system. This means all functionalities or business logic is designed and developed as modules. Every module can work pretty much…