Skip to content

magento man

Error upgrading from 2.4.3 to 2.4.4

After changing the version from 2.4.3 to 2.4.4, I’m getting the following error when trying to execute “php bin/magento setup:upgrade” or “php bin/magento setup:di:compile”: In ClassReader.php line 34: Class DfFrameworkLoggerHandler does not exist Any idea what causes this error?

Tax Zone using fixed quantity

I am learning Magento and I Want to add a tax for specific country or state. I know that Magento already has a feature to add % rate tax by zone https://docs.magento.com/user-guide/v2.3/tax/tax-zones-rates.html#:~:text=On%20the%20Admin%20sidebar%2C%20go,code%20for%20Zip%2FPost%20Code. The module works by a percent but I… Read More »Tax Zone using fixed quantity

Magento 2 – Change theme for product to “Magento Blank” not working – invalid template file

I try to change the theme for a product to the default Magento Blank theme. But I get this error: Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: ‘Company_Base::header/mobile/icons/search.phtml’ in module: ” block’s name: ‘mobile-search’ The file Company_Base::header/mobile/icons/search.phtml is from my custom… Read More »Magento 2 – Change theme for product to “Magento Blank” not working – invalid template file