- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
03:55 AM
06-18-2020
03:55 AM
Re: Problème de cms sur serveur
Try
rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/code/* var/page_cache/ var/view_preprocessed/ var/composer_home
Manish Mittal
https://www.manishmittal.com/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
04:31 AM
06-18-2020
04:31 AM
Re: Problème de cms sur serveur
I tried but failed. here is my command :
~/shop1$ php7.3-cli rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ generated/code/* var/page_cache/ var/view_preprocessed/ var/composer_home
message:
Could not open input file: rm
I have a question, why command : php bin/magento setup:di:compile, always stops at 12% ?
thank you
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
04:46 AM
06-18-2020
04:46 AM
Re: Problème de cms sur serveur
Do not add "php7.3-cli" in rm -rf command.
Apart from that please try to run
like
php -dmemory_limit=-1 bin/magento setup:di:compile
Manish Mittal
https://www.manishmittal.com/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020
05:00 AM
- « Previous
-
- 1
- 2
- Next »