Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mage2pro/stat
- Owner: mage2pro
- Created: 2018-10-26T15:32:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T17:56:49.000Z (about 6 years ago)
- Last Synced: 2024-11-13T14:07:39.142Z (2 days ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-ready, mage2pro-module-reusable, magento, magento2, magento2-extension, magento2-module
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).