In this article, we are going to understand and resolve the Magento2 site url. I have explained this in the following steps. There are only two steps to resolve this…
Magento2 site is not accessible
In this article, we are going to understand and resolve the Magento2 site url. I have explained this in the following steps. There are only two steps to resolve this…
How to change Theme Logo in Magento2
Method 1: If logo is with logo.svg In the Magento. the default format and name of a logo image is logo.svg. Put a logo.svg image in app/design/frontend/<vendor>/<theme_dir>/web/images directory Remove folders present…
How to change Theme Logo in Magento2
Method 1: If logo is with logo.svg In the Magento. the default format and name of a logo image is logo.svg. Put a logo.svg image in app/design/frontend/<vendor>/<theme_dir>/web/images directory Remove folders present…
How to fix «file_put_contents(generated/metadata/primary|global|plugin-list.php): failed to open stream: No such file or directory in lib\internal\Magento\Framework\Interception\PluginListGenerator.php on line 414» in Magento 2.4-develop in Windows?
To resolve this error, Go to the file <magento2_dir>vendormagentoframeworkInterceptionPluginListGenerator.php Find $cacheId = implode(‘|’, $this->scopePriorityScheme) . “|” . $this->cacheId; Replace with $cacheId = implode(‘-‘, $this->scopePriorityScheme) . “-” . $this->cacheId; Re-run…
How to fix «file_put_contents(generated/metadata/primary|global|plugin-list.php): failed to open stream: No such file or directory in lib\internal\Magento\Framework\Interception\PluginListGenerator.php on line 414» in Magento 2.4-develop in Windows?
To resolve this error, Go to the file <magento2_dir>vendormagentoframeworkInterceptionPluginListGenerator.php Find $cacheId = implode(‘|’, $this->scopePriorityScheme) . “|” . $this->cacheId; Replace with $cacheId = implode(‘-‘, $this->scopePriorityScheme) . “-” . $this->cacheId; Re-run…
How to create an Admin theme in Magento2
In this article, lets understand the process of the creating and applying admin theme in the Magento2. To customize our website styles means look of the admin panel of the website,…
How to create an Admin theme in Magento2
In this article, lets understand the process of the creating and applying admin theme in the Magento2. To customize our website styles means look of the admin panel of the website,…
Solved – No input file specified in Magento2, How to solve proxy_fcgi:error AH01071: Got error ‘Unable to open primary script
In this article, we will understand how to set document root in centos. This is also the solution of the error: No input file…
Solved – No input file specified in Magento2, How to solve proxy_fcgi:error AH01071: Got error ‘Unable to open primary script
In this article, we will understand how to set document root in centos. This is also the solution of the error: No input file…
Magento 2 Admin All Customers list view pre-filtering
Requirement:- I need to filter the customers Array in “Admin Panel -> Customers -> All Customers” BEFORE the list is rendered, by an private attribute. The attribute is already exist. I have…
Magento 2 Admin All Customers list view pre-filtering
Requirement:- I need to filter the customers Array in “Admin Panel -> Customers -> All Customers” BEFORE the list is rendered, by an private attribute. The attribute is already exist. I have…
How to get Current Category details in Magento 2?
Let’s understand how to get the current category details in Magento2. Current Category collection can be found if you are in category page otherwise you can’t get current category collection…
How to get Current Category details in Magento 2?
Let’s understand how to get the current category details in Magento2. Current Category collection can be found if you are in category page otherwise you can’t get current category collection…
How To Create A New Admin Menu and Sub-Menu In Magento 2
In this blog, we will understand how to create admin menu for the Magento2. I have explained how to create frontend module in the previous series. You can have a…
How To Create A New Admin Menu and Sub-Menu In Magento 2
In this blog, we will understand how to create admin menu for the Magento2. I have explained how to create frontend module in the previous series. You can have a…
Magento2 Database Structure | EAV in Magento2
I will explain EAV in this article. Read it carefully. EAV (Entity-attribute-value) is a model for storing entity attribute values in a certain storage place. For storage, Magento 2 supports…
Magento2 Database Structure | EAV in Magento2
I will explain EAV in this article. Read it carefully. EAV (Entity-attribute-value) is a model for storing entity attribute values in a certain storage place. For storage, Magento 2 supports…
Solved – Unable to Load Theme by Specified Key Error in Magento 2
You have been seeing this error lately. It says “unable to load theme by specified key“. Let’s understand what is the cause of this, and how to fix this?…
Solved – Unable to Load Theme by Specified Key Error in Magento 2
You have been seeing this error lately. It says “unable to load theme by specified key“. Let’s understand what is the cause of this, and how to fix this?…
The Best Magento 2 Web Hosting
1. Cloudways – Min $10/Month Cloudways is always the first choice to be considered when you try your best to find the best Magento hosting provider that fits your upcoming online…
The Best Magento 2 Web Hosting
1. Cloudways – Min $10/Month Cloudways is always the first choice to be considered when you try your best to find the best Magento hosting provider that fits your upcoming online…
How to Upgrade or Downgrade PHP on Ubuntu (to any version)
Let’s Check the PHP version first: php -v In order to be able to use add-apt-repository command install required 3rd party repository support: sudo apt install software-properties-common First add the repo and…
How to Upgrade or Downgrade PHP on Ubuntu (to any version)
Let’s Check the PHP version first: php -v In order to be able to use add-apt-repository command install required 3rd party repository support: sudo apt install software-properties-common First add the repo and…
