mage2pro/stat

The module fixes the «Cannot gather stats» error on clearing the static files cache via the Magento 2 backend

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.1 2018-10-26 17:56 UTC

This package is auto-updated.

Last update: 2024-03-27 06:56:59 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.