I am trying to map a mysql field which contains a url like: "http://www.remax-malta.com/UserImages/24/large/Lb3ae80005b704e078c6d165a9029820eiList.jpg" to an image cropper umbraco data type and for some reason the following error is being thrown: The given path's format is not supported.
We are doing the same thing in another project that has umbraco version 7.2.6 and cmsimport version 3.5 and it works just fine. But in this project with umbraco version 7.4.3 and cmsimport version 3.5.3 it is throwing this error.
You need to add http://www.remax-malta.com/ to the domain list in media settings of cmsimport and add the userimages folder to the root of the Umbraco installation
Don't know if you understood me correctly but I think those settings are for when you have the actual image on the server.
In this other project we used to just map an absolute url of an image which is on another server, like for example: "http://www.remax-malta.com/UserImages/24/large/Lb3ae80005b704e078c6d165a9029820eiList.jpg" to an image cropper and all worked flawlessly. This means that then the image will be served from this other server and not locally.
Can you please let me know what are your thoughts?
Mapping Image Url with Image Cropper
Hi Everyone,
I am trying to map a mysql field which contains a url like: "http://www.remax-malta.com/UserImages/24/large/Lb3ae80005b704e078c6d165a9029820eiList.jpg" to an image cropper umbraco data type and for some reason the following error is being thrown: The given path's format is not supported.
We are doing the same thing in another project that has umbraco version 7.2.6 and cmsimport version 3.5 and it works just fine. But in this project with umbraco version 7.4.3 and cmsimport version 3.5.3 it is throwing this error.
Any help please?
Thanks
You need to add http://www.remax-malta.com/ to the domain list in media settings of cmsimport and add the userimages folder to the root of the Umbraco installation
Best,
Richard
Hi Richard,
Don't know if you understood me correctly but I think those settings are for when you have the actual image on the server.
In this other project we used to just map an absolute url of an image which is on another server, like for example: "http://www.remax-malta.com/UserImages/24/large/Lb3ae80005b704e078c6d165a9029820eiList.jpg" to an image cropper and all worked flawlessly. This means that then the image will be served from this other server and not locally.
Can you please let me know what are your thoughts?
Thanks
CMSImport never downloads files. Update that media setting please. Could not have worked since it's by design.
Best,
Richard
is working on a reply...