cancel
Showing results for 
Search instead for 
Did you mean: 

image not show in the front end

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

image not show in the front end

Hi, 

I am new in mageto , I've installed a new version of magento and start to add a new single product , but the image does not show in the front end, 

 

kindly advice me how to solve this issue

this is the link of my page: 


error.jpg

 

thank you for your support

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: image not show in the front end

Re: image not show in the front end

@mohammed_qendwan

 

Great! Anytime Smiley Happy please accept it as a solution

Manish Mittal
https://www.manishmittal.com/

View solution in original post

12 REPLIES 12

Re: image not show in the front end

Hello @mohammed_qendwan

 

Please follow below steps:

 

Possible reason 1: You have wrong permissions on your /media/ folder

Solution: Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):

> chmod -R 777 media/

 Possible reason 2: Run below commands properly:

 

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f [in dev mode]
php bin/magento setup:static-content:deploy [in production mode]
php bin/magento cache:flush
chmod -R 0777 var/ pub/ generated/ 

Your problem will solve. cheers

Manish Mittal
https://www.manishmittal.com/

Re: image not show in the front end

which folder should I check , I am new in magento , I only add a new simple product from product section

http://dawaer-tech.com.sa/index.php/sunrise-mug.html

error2.jpg

Re: image not show in the front end

Hello @mohammed_qendwan

 

Please connect with CLI and run below commands in Magento root directory:

 

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f [in dev mode]php bin/magento setup:static-content:deploy [in production mode]php bin/magento cache:flush
chmod -R 0777 var/ pub/ generated/ 

 

 

Manish Mittal
https://www.manishmittal.com/

Re: image not show in the front end

Hi @mohammed_qendwan

 

There are multiple reason behind this - i have seen the link you have shared and on the browser console you have js issue too !

 

so here i am sharing a link , where all the possible solutions are mentioned so kindly go through with it , it will helps you for the same - https://www.simicart.com/blog/magento-images-not-showing/

 

Hope it helps

if issue solved,Click Kudos & Accept as Solution

Re: image not show in the front end

not working ....

very bad starting with Magento, I will try to install another previous version with no Sample Data ver 2.1.15

 

and will check if I get the same issue 

thank you all for helping,

 

Re: image not show in the front end

I am very upset, still have the same issue , I have added two items , both have the same specification , one of them show the image and the other is keep loading.

 

http://www.dawaer-tech.com.sa/on-the-go-mug.html

http://www.dawaer-tech.com.sa/sunrise-mug.html

 

 any one can help.

thank you,

Re: image not show in the front end

this message in back-end 

 

error3.jpg

Re: image not show in the front end

I've reinstall again from the beginning but it still show the same loading error for some products: 

 

http://www.dawaer-tech.com.sa/catalogsearch/result/?q=mug

 

http://www.dawaer-tech.com.sa/on-the-go-mug.html

 

http://www.dawaer-tech.com.sa/sunrise-mug.html

 

any one can help me.

thanks, 

 

Re: image not show in the front end