At the moment multiple prefix paths are not supported
Eg: /prefix1/prefix2/prefix3/media
above prefix will be directly saved to the database and images are not loading because of this
therefore image path should be like "/media/imageName.xx"
this code changes done to fix above issue
At the moment multiple prefix paths are not supported Eg: /prefix1/prefix2/prefix3/media above prefix will be directly saved to the database and images are not loading because of this therefore image path should be like "/media/imageName.xx" this code changes done to fix above issue