2017 © Pedro Peláez
 

magento2-module advanced-pricing-bug

A (miniature) module designed to fix a big Magento bug.

image

swiftotter/advanced-pricing-bug

A (miniature) module designed to fix a big Magento bug.

  • Thursday, February 22, 2018
  • by JosephMaxwell
  • Repository
  • 3 Watchers
  • 3 Stars
  • 254 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

The configuration parameter "componentType" is required for...

This module is designed to fix a simple problem. Apparently after migrating data from Magento 1.x to Magento 2.1, this error is encountered. I believe this is due to a problem with how the attribute sets are copied., (*1)

The solution is inspired from: - https://github.com/magento/magento2/issues/5645 - https://github.com/magento/magento2/issues/5236 - https://github.com/magento/magento2/pull/5411, (*2)

Installation

This is super simple:, (*3)

composer require swiftotter/advanced-pricing-bug
php bin/magento module:enable SwiftOtter_AdvancedPricingBug
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex

If you encounter "Invalid Form Key" Error while saving products

add this line in your .ini file, (*4)

max_input_vars=10000

or put this in your index.php file, (*5)

ini_set("max_input_vars",10000);

The Versions

22/02 2018

dev-master

9999999-dev

A (miniature) module designed to fix a big Magento bug.

  Sources   Download

GNU-3.0

The Requires

  • php ~7.0.6

 

24/01 2018

v1.0.3

1.0.3.0

A (miniature) module designed to fix a big Magento bug.

  Sources   Download

GNU-3.0

The Requires

  • php ~7.0.6

 

07/04 2017

1.0.2

1.0.2.0

A (miniature) module designed to fix a big Magento bug.

  Sources   Download

GNU-3.0

The Requires

  • php ~7.0.6
  • magento/framework 100.1.*

 

07/04 2017

1.0.1

1.0.1.0

A (miniature) module designed to fix a big Magento bug.

  Sources   Download

GNU-3.0

The Requires

  • php ~7.0.6
  • magento/framework 100.1.*

 

07/04 2017

1.0.0

1.0.0.0

A (miniature) module designed to fix a big Magento bug.

  Sources   Download

GNU-3.0

The Requires

  • php ~7.0.6
  • magento/framework 100.2.*