cancel
Showing results for 
Search instead for 
Did you mean: 

Problème de cms sur serveur

SOLVED

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/

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

Re: Problème de cms sur serveur

@jean _bertrand 

 

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/

Re: Problème de cms sur serveur

Did it.

 

1. without "php7.3-cli" nothing happens

2. php -dmemory_limit=-1 bin/magento setup:di:compile, still stops at 12%, sorry