"troubleshooting"

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

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading