Month: July 2021
-
Remove new duplicates from any sql table
If you want to remove older rows, use the following:
-
How to fix Invalid template file error in Magento2 after version upgrade?
This is a very common issue you will face if you using windows machine for development. Usual error message is: So whats the solution? In case of windows, just replace this function isPathInDirectories in vendor/magento/framework/view/element/template/file/validator.php Reference: https://magento.stackexchange.com/a/255585/32283