I have a situation where two admin users can go into a Product Information page and see the product images in the Images tab - when rolling over the image - but two other users can't see them.
For the users who see them the record in the Images table is visible. For the other two users, it looks like the image record is not there.
Here are screenshots for the same product for the two different users.
No Images:
No images
Images:
Images
They all have the message "Image type and information need to be specified for each store view" on screen. Whether or not that is an issue I don't know.
The only other difference for the two user types is that the ones that can't see the images have a reduced permissions role - taking out the dashboard, reports & config. However I have bumped them up to full admin rights and flushed the cache and still, they can't see the images.
Does anyone have any idea?
6 Answers 6
As stated in the comments, this may be a Flash issue. The image display functionality in the admin is theoretically not really related to Flash, but the missing Flash plugin causes errors which prevent the display of the images. If you are on newer Ubuntu versions (like 14.04 as the time of writing), make sure you have the packages flashplugin-installer as well as pepperflashplugin-nonfree installed with the following command:
sudo apt-get install flashplugin-installer pepperflashplugin-nonfree
Afterwards, restart your browser and try again.
I was facing the same problem and logged in with a browser that has flash installed an now it all works as expected. At least for me flash fixed it. Thanks Amit Bera and others who suggested it. I would have never thought of that.
-
The image uploader uses Flash, typically the inability to see or upload images in Product Maintenance happens when you are using FireFox and the Flash Player plugin has not been installed on your system. Both Chrome and Internet Explorer come with Flash support preloaded so they can auto-update as Flash continues to expose horrendous flaws that allow system compromise.Fiasco Labs– Fiasco Labs2016年01月17日 19:42:17 +00:00Commented Jan 17, 2016 at 19:42
I had this situation when I installed Adblock Plus add-on for Firefox. It blocked Flash Player right after installing it.
Since Flash Player was blocked I got a message:
"Image type and information need to be specified for each store view"
...and Browse/Upload Images (buttons and functionality in general) became unavailable.
- And yes - Flash Player is used in Magento's image uploading section.
I know it's been a long time since this question was asked but got the same situation and tried what I know from Magento backend, (clearing cache, indexing, removing cache file from FTP server, etc) did nothing. So as someone suggested, tried installing Flash, and actually didn't work, but when I looked at the security details right next to the URL section on Chrome and changed Flash setting to "Always Allow" then it did the trick, uploader showed up again. It is a very easy solution but if someone still needs it, I think worth a try.
Image type and information need to be specified for each store view:
- Go to File structure root/media/ dhl
- Cut or delete the "dhl" folder from there.
- Clear cache from Admin Panel and now do upload the images
- Hope, Its working good.
I guess that you shall view the file .htaccess form media or from root directory of magento if it has any rule that not permit some IP address ,or any secure http proxy that block flash content, I have some similar problem, and .htaccess has a password for any IP address, hope that this help you.
@notifying someone - so@JonathanDayworks, but@Jonathan Daydoesn't.