Our umbraco installation strictly divide application and runtimedata. So we moved the app_data folder as virtual directory on another disk. Cmsimport resolves the app_data folder from the application-root.
E.g.
Application-Root is under: D:\webpages\MyUmbraco\
We added a virtual directory points on:
App_data: E:\MyUmbraco\app_data
But Cmsimport always wants to upload on D:\webpages\MyUmbraco\app_data\csmimport
Yes it is because the path was determined based on GlobalSettings.FullpathToRoot. I will make sure that this will be changed to a more dynamic approach soon.
Wrong path resolve
Our umbraco installation strictly divide application and runtimedata. So we moved the app_data folder as virtual directory on another disk. Cmsimport resolves the app_data folder from the application-root.
E.g.
Application-Root is under: D:\webpages\MyUmbraco\
We added a virtual directory points on:
App_data: E:\MyUmbraco\app_data
But Cmsimport always wants to upload on D:\webpages\MyUmbraco\app_data\csmimport
We need E:\MyUmbraco\app_data\cmsimport
Best regards.
Hi,
Yes it is because the path was determined based on GlobalSettings.FullpathToRoot. I will make sure that this will be changed to a more dynamic approach soon.
Best,
Richard
is working on a reply...