Copied to clipboard

Flag this post as spam?

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


  • Matteo Di Mauro 20 posts 73 karma points
    Jun 16, 2015 @ 16:38
    Matteo Di Mauro
    0

    Problem with Image Cropper

    Hi all!

    I am using the latest Umbraco release (7.2.6) and I am trying to get the Image Cropper work.

    I have created the usual Data Type, assigned the Crop sizes and I get the following error on the console:

    enter image description here

    It seems like a server error but I cannot figure out how to fix this.

    Any help is massively appreciated, thank you!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Jun 16, 2015 @ 18:26
    Jeavon Leopold
    100

    Hi Matteo,

    That error is normally something to do with server asset compression however I have never seen it with the media folder, perhaps try adding this to your web.config just before the </configuration>

      <location path="media">
        <system.webServer>
          <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
        </system.webServer>
      </location>
    

    Jeavon

  • Matteo Di Mauro 20 posts 73 karma points
    Jun 17, 2015 @ 08:22
    Matteo Di Mauro
    0

    Dear Jeavon, thanks so much, that fixed it! I will try to remove the suggested code on the production platform and I will check how it is going.

    Thanks again, you've saved me! :)

Please Sign in or register to post replies

Write your reply to:

Draft