skip to Main Content

Magento 2 – Error Message when click Button Cache clean catalog images

How to fix error with this message when I click to button "Clean the Catalog Images Cache File": The directory "/var/www/html/project-community-edition/pub/media/catalog/product/cache/d08a1eb7b61352ea219ec60a4090e56e/h/t" cannot be deleted Warning!rmdir(/var/www/html/project-community-edition/pub/media/catalog/product/cache/d08a1eb7b61352ea219ec60a4090e56e/h/t): Directory not empty

VIEW QUESTION

Magento 2 – add a category attribute

I'm tryng to create a custom category attribute using this guide but it doesn't work for me, this is the code that I'm using for the InstallData.php: use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupInstallDataInterface; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; class InstallData implements…

VIEW QUESTION
Back To Top
Search