"Fire development"

How to log in to the Magento 2 admin if the requested URL was not found

- Fire development, Magento 2

Magento 2 export CLI

We already described several cases of how to open your store when Magento 2 is not accessible in a browser. In the following article, we explore a specific scenario related to the Magento 2 admin. If you try to rich the backend, but the system informs you that the requested URL was not found, you’ve come to the right place. For more useful tips, check this list: Magento 2 Cookbook. Continue Reading

How to add a custom import adapter in Magento 2

Magento 2 export CLI

StackExchange is always a good source of answers to all possible questions, including ones related to Magento 2. Therefore, we monitor the platform to provide you with the most useful solutions posted there. This time our attention is captured by Mir, who asks about a custom import adapter for Magento 2. The author of the question is not satisfied with the default import opportunities of the platform (and we know why), so let’s find out how to solve the current issue. Find more tips in our Cookbook. Continue Reading

How to open your store when Magento 2 is not accessible in a browser

Magento 2 export CLI

In the following article, we describe a situation when you are unable to access your Magento 2 storefront in a browser. Although the issue may seem terrifying is you face it for the first time, the resolution is quite fast and straightforward. Let’s take a look at a more detailed issue exploration and then describe how to open your Magento 2 website if it is not accessible in a browser. For further tips, follow this link: Magento 2 Cookbook. Continue Reading

How to fix the inability to write to the generated/code directory in Magento 2

Magento 2 export CLI

We’ve already explored a case related to exceptions during the Magento 2 installation. Below, you will see how to fix a similar problem that occurs after you successfully install the software. Since exceptions display when you try to access your storefront or admin, you cannot write to the generated/code directory. More tips are available in this article: Magento 2 Cookbook. Continue Reading

How to Fix Exceptions During Magento 2 Installation

Magento 2 export CLI

Another Magento 2 issue that users often report is related to the installation procedure. A variety of exceptions occur, preventing the usual functionality. Below, we shed light on how to solve this problem. More useful tips are available here: Magento 2 Cookbook. If you need to fix exceptions that occur after the installation, check this article: How to fix the inability to write to the generated/code directory in Magento 2. Continue Reading

How to Read a CSV File & Convert It into an Array in Magento 2

- E-Commerce, Fire development, Magento 2

Magento 2 import customer passwords

The following article describes how to read a CSV file and convert it into an array in Magento 2. We also shed light on an alternative way of transferring data to your e-commerce website, when you don’t need to perform complicated manipulations over CSV files or can eliminate them from data transfer entirely. More useful tips are available in our Magento 2 Cookbook. Continue Reading

How to Import Attribute Values with Commas to Magento 2 

- E-Commerce, Fire development, Magento 2

Magento 2 import export debug log

In the following article, we describe a basic but critical situation: while you import a data file to Magento 2, an attribute value that contains commas is separated into multiple parts or transferred partly while you need an undivided value. Below, we describe why it happens and propose a solution. Besides, you will see how to import attribute values with commas more efficiently, avoiding other issues and errors. Continue Reading