Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mage2pro/stat

The module fixes the «Cannot gather stats» error on clearing the static files cache via the Magento 2 backend
https://github.com/mage2pro/stat

mage2pro mage2pro-module mage2pro-module-ready mage2pro-module-reusable magento magento2 magento2-extension magento2-module

Last synced: about 14 hours ago
JSON representation

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

Awesome Lists containing this project

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](https://mage2.pro/t/263).