2017 © Pedro Peláez
 

magento2-module mage2_fix_pr9621

Standalone fix for PR-9621

image

flancer32/mage2_fix_pr9621

Standalone fix for PR-9621

  • Wednesday, September 13, 2017
  • by flancer32
  • Repository
  • 4 Watchers
  • 6 Stars
  • 5,859 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

mage2_fix_pr9621

Standalone fix for PR-9621 to validate proposed solution., (*1)

Related issues: #7968, #8018., (*2)

  • v. 2.1.7 still contains this error (use v. 0.1.0 for Magento 2.1.7).
  • v. 2.1.8: fixed.

Install

$ cd ${DIR_MAGE_ROOT}
$ composer require flancer32/mage2_fix_pr9621
$ bin/magento module:enable Flancer32_FixPr9621
$ bin/magento setup:upgrade
$ bin/magento setup:static-content:deploy
$ bin/magento cache:clean

Uninstall

You need an authentication keys for https://repo.magento.com/ to uninstall any Magento 2 module. Go to your Magento Connect account, section (My Account / Connect / Developer / Secure Keys) and generate pair of keys to connect to Magento 2 repository. Then place composer authentication file auth.json besides your composer.json as described here and put your authentication keys for https://repo.magento.com/ into the authentication file:, (*3)

{
  "http-basic": {
    "repo.magento.com": {
      "username": "...",
      "password": "..."
    }
  }
}

Then run these commands to completely uninstall Flancer32_FixPr9621 module:, (*4)

$ cd ${DIR_MAGE_ROOT}   
$ bin/magento module:uninstall Flancer32_FixPr9621
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy
$ bin/magento cache:clean

Be patient, uninstall process (bin/magento module:uninstall ...) takes about 2-4 minutes. Remove auth.json file at the end:, (*5)

bash $ rm ./auth.json, (*6)

The Versions

13/09 2017

dev-master

9999999-dev https://github.com/flancer32/mage2_fix_pr9621

Standalone fix for PR-9621

  Sources   Download

BSD-2-Clause

by Alex Gusev

13/05 2017

0.1.0

0.1.0.0 https://github.com/flancer32/mage2_fix_pr9621

Standalone fix for PR-9621

  Sources   Download

BSD-2-Clause

by Alex Gusev