Copied to clipboard

Flag this post as spam?

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


  • gpabst 2 posts 23 karma points
    Oct 21, 2010 @ 03:00
    gpabst
    0

    Changing scriptFolderPath does not update Scripts folder in settings

    umbraco v 4.5.2 (Assembly version: 1.0.3891.20719)

    I changed the scriptFolderPath in umbracoSettings.config from

          <scriptFolderPath>/scripts</scriptFolderPath>

    to
          <scriptFolderPath>/umbracoScripts</scriptFolderPath>

    but when navigating to settings in the umbraco admin, the old scripts folder contents are still displayed. Is there another setting I need to update to change the script folder path?

     

     

  • gpabst 2 posts 23 karma points
    Oct 21, 2010 @ 17:44
    gpabst
    1

    Dissasembled the umbraco.dll for v4.5.2 and determined that I needed to update the appSettings in the web config by adding this key (which is not present by default):

    <add key="umbracoScriptsPath" value="~/umbracoScripts" />

Please Sign in or register to post replies

Write your reply to:

Draft