Hello
I am testing magento so I installed sample data but I have some problem with image...all images are noto displyed.
This is the url:
http://magentotest.x10host.com
What could be the problem??
Thanks frank
Hi @frasigno
Did you check that the images are present on the corresponding locations like skin/frontend/base/default/images/media/logo.png
What is the permission set to images? Is it 644 or something else.
in the path skin/frontend/base/default/images/media/logo.png
I dont find the folder media in the images
About the permission the folder /media has 755
the folder media in /skin/frontend/base/default/ has 755
what do you think??
Thanks
Hi @frasigno
Did you try to refresh the caches? Are the images visible in Magento admin panel?
I doubt you have GD library installed.(I may be wrong also)
You may try solutions provided on following link https://astrio.net/blog/magento-images-not-showing/
Hi,
If you cant find folder named media in images then you need to upload it from your theme folder.
Thanks
Hello
Also in admin panel the images are not visible
I think that GD library is installed but not sure
In the link that you wrote there is not my case, infact in my casa mages are not visible in fron and back end
Thanks
Frank
There is no folder images in skin/frontend/base/default/
But I have the folder images in media
Frank
Did you copy the sample data's media directory to your Magento installation?
Here's the official guide to do so:-
http://devdocs.magento.com/guides/m1x/install/installing_install.html#install-sample
Taking a look at just your logo file, it is throwing a 404 which means that either the file permissions or ownerships are wrongly setup (if the files are present) or they are not present at all, most likely because you didn't copy them over from the sample data.
Hello
I solved in part the problem
I was reading an article and it sayd to rename the file .htacces in the folder /media
After that now the images of the product are visible but I still dont see the slide, logo and others.
The permission 0755 is correct for the folders??
Thanks
Frank