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
Solved! Go to Solution.
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"
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"