Skip to content

magento man

Magento 2.4.5 AbstractHelper’ is not marked as an API

Extended class ‘MagentoFrameworkAppHelperAbstractHelper’ is not marked as an API Inspection info: The extended class is not marked as an API. <?php namespace VendorModuleHelper; use MagentoFrameworkAppHelperAbstractHelper; class Customer extends AbstractHelper { …

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?