I have been stuck in a problem. I am using another server for image uploading. Let me elaborate on the issue first.
When I delete an image manually from the 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 the database is still there.
Please help.
I have resolve my issue . I am mentioning the solution.
go to OnePica_ImageCDN-1.0.9\OnePica\ImageCdn\Model\Adapter\Amazons3.php
Replace this
public function getUrl($filename)
{
by
public function getUrl($filename)
{