Skip to content

How ignore Deprecated Functionality: Optional parameter $data declared before required parameter

As we know Magento latest version 2.4.5 version is compatible with PHP-8.x. When running setup:di: compile, it throws an exception Deprecated Functionality: Optional parameter $data declared before required parameter $requiredVarible in file on line 10 I know its coding standing… Read More »How ignore Deprecated Functionality: Optional parameter $data declared before required parameter

Updating from 2.3.5 to 2.4.4 gives magento/framework 102.0.5 requires php ~7.1.3||~7.2.0||~7.3.0 error

Magento 2.3.5 I am trying to update from Magento 2.3.5 to Magento 2.4.4-p2. The commands I executed are: composer require magento/product-community-edition=2.4.4-p2 –no-update –use-default-magento-values composer update I am running PHP 7.4 and the error I get is: magento/framework 102.0.5 requires php… Read More »Updating from 2.3.5 to 2.4.4 gives magento/framework 102.0.5 requires php ~7.1.3||~7.2.0||~7.3.0 error