mage2pro / stat
The module fixes the «Cannot gather stats» error on clearing the static files cache via the Magento 2 backend
1.0.1
2018-10-26 17:56 UTC
This package is auto-updated.
Last update: 2026-02-27 10:56:39 UTC
README
The module fixes the «Cannot gather stats» error on clearing the static files cache via the Magento 2 backend.
How to install
bin/magento maintenance:enable
composer clear-cache
composer require mage2pro/stat:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US
bin/magento maintenance:disable
How to upgrade
bin/magento maintenance:enable
composer clear-cache
composer update mage2pro/stat
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US
bin/magento maintenance:disable
If you have problems with these commands, please check the detailed instruction.