Magento 2.x
CategoryMagento 2.x – Required parameter ‘theme_dir’ was not passed
You should see this error in Magento 2, if you have a theme reference in your database and it’s not within its corresponding directory.
..
Migrate sales orders from M1 to M2 using Data Migration Tool
Preconditions:
- You should have installed Data Migration Tool, and configured it as well as the documentation says (data-migration-too..
How to detect whether a Magento 2 site works on the Enterprise or Community Edition
If you need to figure out if your site is working on Enterprise or Community edition, the fastest way to do so, is going through the follo..
MAGENTO 2.X – SETUP VERSION FOR MODULE NOT SPECIFIED ERROR
If you have installed a new extension in your Magento 2, and after that you are facing the “Setup version for module <extension name> is n..
MAGENTO 2.X – IMPORT / EXPORT PRODUCTS
If you need to import or export some kind of entity data in Magento 2, the standard tool is pretty useful. In this case we are going to im..
MAGENTO 2.X – CREATE A BACKEND ADMIN USER FROM CLI
If you need to create a new backend admin user, the following command will help you.
- Open a new terminal window, and go to your proje..