Copied to clipboard

Flag this post as spam?

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


  • ECL 7 posts 37 karma points
    May 03, 2018 @ 12:00
    ECL
    0

    Config not updating

    I've updated my config, but Umbraco refuses to pick it up. What am I doing wrong? It picked up the last set of changes, but not this time.

    • Umbraco version 7.7.8
    • UmbracoForms.Package.6.0.6
    • Umbraco Forms on Perplex Steroids 1.8.2

    Config attached below

    <PerplexFileUpload>
    <AllowedExtensions>
      <Extension>mp4</Extension>
      <Extension>mpeg</Extension>
      <Extension>m4v</Extension>
      <Extension>avi</Extension>
      <Extension>wav</Extension>     
      <Extension>mp3</Extension>     
      <Extension>aac</Extension>     
      <Extension>flac</Extension>     
      <Extension>mov</Extension>
    </AllowedExtensions>
    <MaxFileSize />
    

    <PerplexImageUpload>
    <AllowedExtensions>
      <Extension>jpg</Extension>
      <Extension>jpeg</Extension>
      <Extension>png</Extension>
      <Extension>bmp</Extension>
      <Extension>gif</Extension>
      <Extension>tif</Extension>
      <Extension>tiff</Extension>
    </AllowedExtensions>
    <MaxFileSize />
    

  • Daniël Knippers 153 posts 1116 karma points MVP 2x c-trib
    May 03, 2018 @ 12:19
    Daniƫl Knippers
    100

    The config file is only read once from disk and kept in memory afterwards, so for changes to be picked up the app has to be reset, did you do that already? Easiest way is just to edit web.config then the site will reset itself.

  • ECL 7 posts 37 karma points
    May 03, 2018 @ 14:10
    ECL
    0

    Hi,

    We restarted the server and it then picked the changes up.

    (I am now seeing that there is no indication as to whether a file upload has been successful - but i guess that's another issue.)

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft