You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type Error occurred when creating object: Magento\Catalog\Cron\RefreshSpecialPrices, Too few arguments to function Magento\Catalog\Cron\RefreshSpecialPrices::__construct(), 6 passed in /home/user/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 121 and exactly 7 expected
Do I need to go through the full upgrade process for this or is this a bug?
When I applied the patch I did these commands:
./vendor/bin/magento-patches status
./vendor/bin/magento-patches apply ACSD-47332
./bin/magento cache:clean
service httpd restart
The text was updated successfully, but these errors were encountered:
After applying the patch new error shows up:
Type Error occurred when creating object: Magento\Catalog\Cron\RefreshSpecialPrices, Too few arguments to function Magento\Catalog\Cron\RefreshSpecialPrices::__construct(), 6 passed in /home/user/public_html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 121 and exactly 7 expected
Do I need to go through the full upgrade process for this or is this a bug?
When I applied the patch I did these commands:
./vendor/bin/magento-patches status
./vendor/bin/magento-patches apply ACSD-47332
./bin/magento cache:clean
service httpd restart
The text was updated successfully, but these errors were encountered: