First Step is to check ./var/log directory in Magento 2 installation whether any errors or exceptions in logs, report or you can check the system.log, debug.log. If you Magento application is in default or production mode then you will see the ‘There has been an error processing your request’ message on page front, grab the report id from …
Year: 2020
How to fix the “AREA CODE NOT SET” issue?
Magento 2 Area code not set As a Magento developer we are facing lot of issue which is common while developing and customizing a module. Today we are going to discuss about How to fix the “Area code not set” issue. This error occurs mainly from four reason CRON, CLI , Setup Scripts and use …
How to change customer password quickly in Magento 2
In Magento 1 from admin under Manage Customer section we can update/change the customer new password easily but when it comes to Magento 2 that option removed by Magento.As we are migrating customer from Magento 1 to Magento 2 or want to change password of existing customer For an easy way to change the password …