develo / module-indexerloopfix
Fixes the Magento Indexer Loop bug https://github.com/magento/magento2/pull/29196
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/develo/module-indexerloopfix
This package is auto-updated.
Last update: 2025-12-29 03:26:47 UTC
README
develo/module-indexerloopfix
Main Functionality
Fixes the Magento Indexer Loop bug magento/magento2#29196 As this PR will be in Magento 2.4.2, this applies the core PR code and fixes the issue in earlier versions, tested in 2.3.5-p1
Installation
Type 1: Composer (Preferred)
- Install the module composer by running
composer require develo/module-indexerloopfix* - enable the module by running
php bin/magento module:enable Develo_IndexerLoopFix - Flush the cache by running
php bin/magento cache:flush
* in production please use the --keep-generated option
Type 2: Zip file
- Download and Unzip the folder into the new dir structure
app/code/Develo/IndexerLoopFix - Enable the module by running
php bin/magento module:enable Develo_IndexerLoopFix - Flush the cache by running
php bin/magento cache:flush