Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/magento224-issue9171
A Magento 2 module for issue #9171
https://github.com/sashas777/magento224-issue9171
Last synced: about 10 hours ago
JSON representation
A Magento 2 module for issue #9171
- Host: GitHub
- URL: https://github.com/sashas777/magento224-issue9171
- Owner: sashas777
- Created: 2018-06-20T22:48:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T21:45:13.000Z (about 6 years ago)
- Last Synced: 2024-05-02T05:03:20.946Z (7 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2.2.4 Fix for Issue #9171
[![Latest Stable Version](https://poser.pugx.org/sashas/magento224-issue9171/v/stable)](https://packagist.org/packages/sashas/magento224-issue9171)
[![Total Downloads](https://poser.pugx.org/sashas/magento224-issue9171/downloads)](https://packagist.org/packages/sashas/magento224-issue9171)
[![Latest Unstable Version](https://poser.pugx.org/sashas/magento224-issue9171/v/unstable)](https://packagist.org/packages/sashas/magento224-issue9171)
[![License](https://poser.pugx.org/sashas/magento224-issue9171/license)](https://packagist.org/packages/sashas/magento224-issue9171)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.
This is a temporary fix for the Issue [Issue #9171](https://github.com/magento/magento2/issues/9171)
## 1. How to install moduleRun the following command in Magento 2 root folder:
```
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:
```
composer remove sashas/magento224-issue9171
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```