How to Backup Magento 2 Store
March 30, 2021
Backup Magento 2 Store Taking a backup of Magento 2 is quite easy. You need couple of very simple steps to take the whole site… Read More →
March 30, 2021
Backup Magento 2 Store Taking a backup of Magento 2 is quite easy. You need couple of very simple steps to take the whole site… Read More →
Generate XML Sitemaps in Magento 2 On the Admin menu, go to Marketing > SEO & Search > Site Map. Click Add Site Map and… Read More →
February 10, 2021
…\vendor\magento\framework\View\Element\Template\File\Validator.php Find and add the extra code- protected function isPathInDirectories($path, $directories) { if (!is_array($directories)) { $directories = (array)$directories; } $realPath = $this->fileDriver->getRealPath($path); $realPath = str_replace(‘\\’,… Read More →
Magento 2.0 Exception printing is disabled To Fix Magento 2.0 Exception printing is disabled by default for security reasons, Go to /pub/errors/ Rename local.xml.sample into… Read More →
February 15, 2020
To fix css not loading after Magento 2 installation use the following code on terminal – sudo a2enmod rewrite sudo service apache2 restart
August 18, 2019
Go to Admin > Stores > Configuration > Advance > Admin > Security Set “Admin Account Sharing” to Yes