PHPackages                             swiftotter/advanced-pricing-bug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. swiftotter/advanced-pricing-bug

ActiveMagento2-module

swiftotter/advanced-pricing-bug
===============================

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

v1.0.3(8y ago)34544[1 issues](https://github.com/SwiftOtter/AdvancedPricingBug/issues)GNU-3.0PHPPHP ~7.0.6

Since Apr 7Pushed 8y ago3 watchersCompare

[ Source](https://github.com/SwiftOtter/AdvancedPricingBug)[ Packagist](https://packagist.org/packages/swiftotter/advanced-pricing-bug)[ RSS](/packages/swiftotter-advanced-pricing-bug/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

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

[](#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.

The solution is inspired from:

- [magento/magento2#5645](https://github.com/magento/magento2/issues/5645)
- [magento/magento2#5236](https://github.com/magento/magento2/issues/5236)
- [magento/magento2#5411](https://github.com/magento/magento2/pull/5411)

Installation
------------

[](#installation)

This is super simple:

```
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
---------------------------------------------------------------

[](#if-you-encounter-invalid-form-key-error-while-saving-products)

add this line in your .ini file

```
max_input_vars=10000

```

or put this in your index.php file

```
ini_set("max_input_vars",10000);

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Total

4

Last Release

3031d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0caf0b4442f87bd5fa93aec6a384421bb76a9f4b2e316e3e30a642783512a482?d=identicon)[JosephMaxwell](/maintainers/JosephMaxwell)

---

Top Contributors

[![JosephMaxwell](https://avatars.githubusercontent.com/u/1151186?v=4)](https://github.com/JosephMaxwell "JosephMaxwell (11 commits)")[![harshvardhanmalpani](https://avatars.githubusercontent.com/u/2611741?v=4)](https://github.com/harshvardhanmalpani "harshvardhanmalpani (1 commits)")[![luckyduck](https://avatars.githubusercontent.com/u/400837?v=4)](https://github.com/luckyduck "luckyduck (1 commits)")

### Embed Badge

![Health badge](/badges/swiftotter-advanced-pricing-bug/health.svg)

```
[![Health](https://phpackages.com/badges/swiftotter-advanced-pricing-bug/health.svg)](https://phpackages.com/packages/swiftotter-advanced-pricing-bug)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
