Skip to content

mariamghalleb/bug-from-email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2.2.4/2.2.5 Fix for Issue #14952

Latest Stable Version Total Downloads Latest Unstable Version License

This module works only with Magento 2.2.4/2.2.5 versions and need to be removed after upgrade/downgrade. Assumed that the issue will be fixed in the new release.

1. How to install module

Install via composer (recommend)

Run the following command in Magento 2 root folder:

composer require sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Install by copying files

Create folder and copy files from github to the folder:

app/code/Sashas/BugFromEmail/

Then run following commands

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

2. How to uninstall module

If installed via composer

Run the following command in Magento 2 root folder:

composer remove sashas/bug-from-email
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

If installed by copy files

Remove files from the folder:

app/code/Sashas/BugFromEmail/

Then run following commands

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

About

Fix for Magento 2.2.4 GitHub Issue #14952 (https://github.com/magento/magento2/issues/14952)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 100.0%