{"id":29196601,"url":"https://github.com/flancer32/mage2_fix_is12655","last_synced_at":"2025-07-02T06:07:46.622Z","repository":{"id":62505322,"uuid":"121725014","full_name":"flancer32/mage2_fix_is12655","owner":"flancer32","description":"Fix for 500 error in Mage 2.2.2 (issue 12655)","archived":false,"fork":false,"pushed_at":"2018-02-16T08:30:06.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-09T21:14:02.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flancer32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-16T07:33:35.000Z","updated_at":"2019-12-12T09:00:39.000Z","dependencies_parsed_at":"2022-11-02T12:45:34.274Z","dependency_job_id":null,"html_url":"https://github.com/flancer32/mage2_fix_is12655","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flancer32/mage2_fix_is12655","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_fix_is12655","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_fix_is12655/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_fix_is12655/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_fix_is12655/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flancer32","download_url":"https://codeload.github.com/flancer32/mage2_fix_is12655/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fmage2_fix_is12655/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083719,"owners_count":23411165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-02T06:07:43.767Z","updated_at":"2025-07-02T06:07:46.612Z","avatar_url":"https://github.com/flancer32.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mage2_fix_is12655\n\nStandalone fix for [ISSUE-12655](https://github.com/magento/magento2/issues/12655): Checkout/Cart visit results in error (500) after update 2.2.1 -\u003e 2.2.2\n\n\n## Install\n\n\n```bash\n$ cd ${DIR_MAGE_ROOT}\n$ composer require flancer32/mage2_fix_is12655\n$ bin/magento module:enable Flancer32_FixIs12655\n$ bin/magento setup:upgrade\n$ bin/magento setup:di:compile\n$ bin/magento setup:static-content:deploy\n$ bin/magento cache:clean\n$ \u003cset filesystem permissions to your files\u003e\n```\n\n## Uninstall\n\nYou 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:\n```json\n{\n  \"http-basic\": {\n    \"repo.magento.com\": {\n      \"username\": \"...\",\n      \"password\": \"...\"\n    }\n  }\n}\n```\n\nThen run these commands to completely uninstall `Flancer32_FixIs12655` module: \n```bash\n$ cd ${DIR_MAGE_ROOT}   \n$ bin/magento module:uninstall Flancer32_FixIs12655\n$ bin/magento setup:upgrade\n$ bin/magento setup:di:compile\n$ bin/magento setup:static-content:deploy\n$ bin/magento cache:clean\n```\n\nBe patient, uninstall process (`bin/magento module:uninstall ...`) takes about 2-4 minutes. Remove `auth.json` file at the end:\n\n ```bash\n$ rm ./auth.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage2_fix_is12655","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflancer32%2Fmage2_fix_is12655","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fmage2_fix_is12655/lists"}