I'm using Magento 1.4. I have two website set up. If I upload images to Website A, they appear fine on both front and back end. If I upload or import images to Website B, they do not appear on the front end, only the backend. I'm completely stuck. I'm happy to provide any additional details that may be helpful, but am so frustrated I'm not sure what is necessary info to fix the problem. Thanks!
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- CV2 Image Error: error: (-215:Assertion failed) !s
- Replace image attributes for lazyload plugin on im
- How to display an image represented by three matri
相关文章
- Use savefig in Python with string and iterative in
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
- How do I append metadata to an image in Matlab?
- Img url to dataurl using JavaScript
- Click an image, get coordinates
- C# Saving huge images
Recently I've had PNG images not show up on the front end (they show blank not placeholder) even though they show up fine in the back-end.
Re saving them as jpegs or saving them as PNG from a different editor fixed it.
Follow below instruction
Do this process 3-4 times, then have look at front-end with CTRL+F5. Now images will show-up. Make sure htaccess is in working mode.
Make sure your /media folder is writeable.
Or maybe the original uploaded images are to big! Try to keep them under 300kb.
If you use big images, try to increase 'memory_limit' parameter in your 'php.ini' file.
Try
Then:
SSH from the root of magento, if you working live