|
I have been stuck in a problem. i am using an another server for image uploading. Let me elaborate the issue first.
When I delete an image manually from media folder, now placeholder image is getting showed up.
Initially
catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/c/o/controlbar-white-small.jpg
After Deleting image manually
catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/images/catalog/product/placeholder/image.jpg
My requirement is my store should still fetch the same image Url as was before deletion as image path in database is still there.
Please help.
|