PHPackages                             flancer32/mage2\_fix\_is12655 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. flancer32/mage2\_fix\_is12655

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

flancer32/mage2\_fix\_is12655
=============================

Fix for 500 error in Mage 2.2.2 (issue 12655).

0.1.0(8y ago)423.6k↓33.3%1GPL-3.0-onlyPHP

Since Feb 16Pushed 8y ago2 watchersCompare

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

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

mage2\_fix\_is12655
===================

[](#mage2_fix_is12655)

Standalone fix for [ISSUE-12655](https://github.com/magento/magento2/issues/12655): Checkout/Cart visit results in error (500) after update 2.2.1 -&gt; 2.2.2

Install
-------

[](#install)

```
$ cd ${DIR_MAGE_ROOT}
$ composer require flancer32/mage2_fix_is12655
$ bin/magento module:enable Flancer32_FixIs12655
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ 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](https://marketplace.magento.com/customer/accessKeys/) account, section (My Profile / Marketplace / Access 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_FixIs12655` module:

```
$ cd ${DIR_MAGE_ROOT}
$ bin/magento module:uninstall Flancer32_FixIs12655
$ 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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

3005d 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 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[mokhosh/muddle

Obfuscate emails and strings in PHP and Laravel

7610.6k](/packages/mokhosh-muddle)

PHPackages © 2026

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