Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mlu 12 posts 74 karma points
    Jul 29, 2014 @ 14:38
    mlu
    0

    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.

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jul 29, 2014 @ 14:50
    Richard Soeteman
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies