magento2-module magento224-issue9171
A Magento 2 module for issue #9171
sashas/magento224-issue9171
A Magento 2 module for issue #9171
- Thursday, June 21, 2018
- by sashas
- Repository
- 1 Watchers
- 0 Stars
- 204 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Magento 2.2.4 Fix for Issue #9171
, (*1)
This module works only with Magento =>2.2.4 and <2.3.0 versions and need to be removed after upgrade to 2.3.0 or downgrade less than 2.2.4. Assumed that the issue will be fixed in the 2.3.0 release., (*2)
This is a temporary fix for the Issue Issue #9171, (*3)
1. How to install module
Run the following command in Magento 2 root folder:, (*4)
composer require sashas/magento224-issue9171
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
2. How to uninstall module
Run the following command in Magento 2 root folder:, (*5)
composer remove sashas/magento224-issue9171
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy