cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 website crash

SOLVED

Magento 2 website crash

Hello,

 

I made some changes into website and when I deploy the commend then website got crash. Is there any way I can back the website? 

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 website crash

try these two one by one

php7 -d memory_limit=5G bin/magento setup:static-content:deploy en_US

php7 -d memory_limit=5G bin/magento setup:static-content:deploy ar_SA

--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"

View solution in original post

4 REPLIES 4

Re: Magento 2 website crash

Hi @neha_sharma4

If you could mention what change you make and which command you run. You may get some help.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Magento 2 website crash

Hi, 

 

The website is in 2 languages EN and AR. On running static content deploy command it only generates files for enUS.


I have two separate themes for EN and AR. After running the complete command and removing pub/static folder. Then it only generates enUS under the Arabic and English theme.


Whereas my theme URL need folder arSA.

 

Thanks!

Re: Magento 2 website crash

try these two one by one

php7 -d memory_limit=5G bin/magento setup:static-content:deploy en_US

php7 -d memory_limit=5G bin/magento setup:static-content:deploy ar_SA

--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"

Re: Magento 2 website crash

It works! Great thanks!