PHPackages                             flancer32/mage2\_fix\_pr9621 - 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. flancer32/mage2\_fix\_pr9621

ActiveMagento2-module

flancer32/mage2\_fix\_pr9621
============================

Standalone fix for PR-9621

0.1.0(8y ago)68.9k1BSD-2-ClausePHP

Since May 13Pushed 8y ago3 watchersCompare

[ Source](https://github.com/flancer32/mage2_fix_pr9621)[ Packagist](https://packagist.org/packages/flancer32/mage2_fix_pr9621)[ Docs](https://github.com/flancer32/mage2_fix_pr9621)[ RSS](/packages/flancer32-mage2-fix-pr9621/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

mage2\_fix\_pr9621
==================

[](#mage2_fix_pr9621)

Standalone fix for [PR-9621](https://github.com/magento/magento2/pull/9621) to validate proposed solution.

Related issues: [\#7968](https://github.com/magento/magento2/issues/7968), [\#8018](https://github.com/magento/magento2/issues/8018).

- v. 2.1.7 still [contains](https://github.com/magento/magento2/blob/2.1.7/lib/internal/Magento/Framework/DB/Query/BatchIterator.php#L156) this error (use [v. 0.1.0](https://github.com/flancer32/mage2_fix_pr9621/releases/tag/0.1.0) for Magento 2.1.7).
- v. 2.1.8: fixed.

Install
-------

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

[](#uninstall)

You need an authentication keys for `https://repo.magento.com/` to uninstall any Magento 2 module. Go to your [Magento Connect](https://www.magentocommerce.com/magento-connect/customer/account/) 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](https://getcomposer.org/doc/articles/http-basic-authentication.md) and put your authentication keys for `https://repo.magento.com/` into the authentication file:

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

Then run these commands to completely uninstall `Flancer32_FixPr9621` module:

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

```
$ rm ./auth.json
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3283d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07bb40a69e92ed863491150ef62c1b1ccc942c11e657e53f94ecef9c2c6f4189?d=identicon)[flancer32](/maintainers/flancer32)

---

Top Contributors

[![flancer64](https://avatars.githubusercontent.com/u/5052385?v=4)](https://github.com/flancer64 "flancer64 (8 commits)")

---

Tags

fixmagento2

### Embed Badge

![Health badge](/badges/flancer32-mage2-fix-pr9621/health.svg)

```
[![Health](https://phpackages.com/badges/flancer32-mage2-fix-pr9621/health.svg)](https://phpackages.com/packages/flancer32-mage2-fix-pr9621)
```

PHPackages © 2026

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