2

All my images are not showing anymore on both the admin and the front-end. They are all replaced by the Magento placeholder.

When I check in Catalog -> Manage Products, select a product and click Images, the images are there (I have to hover over them to see them). Base, Small and Thumbnail are set an image in the Default Store View and all other Store Views are set "Use Default".

I see no errors in the backend, frontend or my HTTP logs.

I do see this message though:

Image type and information need to be specified for each store view.

but there is nothing extra I can do in that screen other than supply a label. I tried Googling that error message, but found nothing I could use.

I tried flushing the cache, to no avail.

I am using version 1.9.3.10.

asked Dec 19, 2018 at 14:28
2
  • Perhaps, you need to reindex. Try it, and hope. Commented Dec 19, 2018 at 16:40
  • @FannyRibard all indexes are OK (btw, this reply sums up Magento: something doesn't work, no messages, and you just start trying stuff until it works. Is there anybody that really knows how it works... ?) Commented Dec 20, 2018 at 8:01

1 Answer 1

1

Found it. The problem was that I didn't have the GD library installed. I installed it with

~# yum install php56-php-gd

and the images showed up.

Of course, a nice message telling me that would have been nice...

answered Dec 20, 2018 at 21:34
1
  • Please post a descriptive answer so that other users can benefit from it as well. Commented Dec 21, 2018 at 0:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.