How to solve maintenance down time or capacity Errors ?

Error Service Temporarily Unavailable in Magento 1 You should check if there is a file maintenance.flag in the Magento root folder. Solution Delete the file maintenance.flag in Magento root folder. Service Temporarily Unavailable in Magento 2 Delete a file called var/.maintenance.flag in the Magento root folder Remove Magento cache if there is any: php bin/magento… Continue reading How to solve maintenance down time or capacity Errors ?

Published
Categorized as Magento

Create a custom filed on the customers section

Create setup file InstallData.php Firstly, we will create theĀ InstallData. File: app/code/<vendorname>/<foldername>/Setup/InstallData.php Define the install() method After that, we have to define the install() method and create eav setup model: Create custom attribute Finally, we need to set the forms in which the attributes will be used. In this step, we need define the eavConfig object which allow us… Continue reading Create a custom filed on the customers section

Published
Categorized as Magento