Copied to clipboard

Flag this post as spam?

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


  • Chris 34 posts 134 karma points
    Jul 20, 2015 @ 10:16
    Chris
    0

    Error when using shared media folder

    I used this approach in a v6 project last year, however in the latest version 7.2.8 I get an error. To allow multiple developers to work on a project and share the media, I've added the below to the FilesystemProviders.config file to overwrite the default /~media folder

    <Provider alias="media" type="Umbraco.Core.IO.PhysicalFileSystem, Umbraco.Core">
    <Parameters>
      <add key="rootPath" value="\\dev-umbraco02\SharedMedia\7_2_8_Test\media" />
      <add key="rootUrl" value="http://media.umbraco.dev.companyname.co.uk/7_2_8_Test/media/" />
    </Parameters>
    

    The error appears to be caused by the call to the ImagesController/GetBigThumbnail method. Does anyone know if the method for using shared media has changed in the latest version?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft