cancel
Showing results for 
Search instead for 
Did you mean: 

NEED HELP!!!!

SOLVED

NEED HELP!!!!

hello, need help regarding Magento my website is totally messed, developer made it 2 years ago and i was busy so couldn't manage it or test it, now i am facing lots of issues in my website, uploaded product images but after uploading t on front end it is corrupted, please someone guide me so i can manage it through my backend  

1 ACCEPTED SOLUTION

Accepted Solutions

Re: NEED HELP!!!!

Hello @yasalamedi2b0a 

 

Hope you are doing well.

 

Can you try to hit all the below commands in the terminal?


1. php bin/magento setup:upgrade

2. php bin/magento setup:di:compile

3. php bin/magento setup:static-content:deploy -f

4. php bin/magento c:f

5. chmod -R 0777 var/ pub/static generated/

and check again

Note: if your products are not showing you can run "php bin/magento indexer:reindex"

 

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

View solution in original post

1 REPLY 1

Re: NEED HELP!!!!

Hello @yasalamedi2b0a 

 

Hope you are doing well.

 

Can you try to hit all the below commands in the terminal?


1. php bin/magento setup:upgrade

2. php bin/magento setup:di:compile

3. php bin/magento setup:static-content:deploy -f

4. php bin/magento c:f

5. chmod -R 0777 var/ pub/static generated/

and check again

Note: if your products are not showing you can run "php bin/magento indexer:reindex"

 

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