Copied to clipboard

Flag this post as spam?

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


  • AbsolutelyN 85 posts 433 karma points
    Dec 13, 2023 @ 13:56
    AbsolutelyN
    0

    12.3.5 upgrade error with media picker

    After upgrading to umbraco 12.3.5 this morning I'm getting an error with media pickers in the backoffice not displaying the image. Anyone else having this issue? Upgrade was from umbraco 11.

    /umbraco/backoffice/umbracoapi/images/GetBigThumbnail?originalImagePath=%2Fmedia%2F2vccpncn%2FMYIMAGE.png

    {
        "ExceptionMessage": "Method not found: 'System.Threading.Tasks.Task`1<System.String> SixLabors.ImageSharp.Web.RequestAuthorizationUtilities.ComputeHMACAsync(System.String, SixLabors.ImageSharp.Web.CommandHandling)'.",
        "ExceptionType": null,
        "StackTrace": null
    }
    
  • AbsolutelyN 85 posts 433 karma points
    Dec 13, 2023 @ 16:19
    AbsolutelyN
    102

    Fixed - I'd installed ImageSharp 3.1.1 instead of 3.0.1

  • Kieron McIntyre 116 posts 359 karma points
    Dec 14, 2023 @ 15:04
    Kieron McIntyre
    0

    Yep, had the same issue with an upgrade from v10 and I had used 3.1.0. I rolled back to 3.0.1 and everything seems fine again, thanks.

  • Carlos Casalicchio 170 posts 709 karma points
    Feb 29, 2024 @ 14:42
    Carlos Casalicchio
    0

    I ran into the same issue with version 12.3.3, and upgraded to 12.3.7 and the issue remains. If I try upgrading to 3.1.1 I get the error message

      "Method not found: 'System.Threading.Tasks.Task`1<System.String> SixLabors.ImageSharp.Web.RequestAuthorizationUtilities.ComputeHMACAsync(System.String, SixLabors.ImageSharp.Web.CommandHandling)"
    

    Any suggestions on this?

  • croban 25 posts 96 karma points
    Mar 15, 2024 @ 22:14
    croban
    0

    hmmm: Package 'SixLabors.ImageSharp' 3.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-65x7-c272-7g7r

  • Warren Harding 132 posts 275 karma points
    Mar 28, 2024 @ 02:58
    Warren Harding
    0

    Is there a way to get this working with 3.1.1? Anyone had any success?

  • Russell 11 posts 83 karma points c-trib
    Mar 28, 2024 @ 03:11
    Russell
    0

    I think this is relevant https://github.com/umbraco/Umbraco-CMS/pull/15885

    Especially where it says under v12 ImageSharp 3 cannot be updated due to braking changes (sic)

    I get the feeling you will not be able to use ImageSharp v3 with Umbraco v12

    Presumably you can use ImageSharp v2 (i.e. via install the package Umbraco.Cms.Imaging.ImageSharp2 instead of Umbraco.Cms.Imaging.ImageSharp3)

    Or (probably better) upgrade to Umbraco 13 which is the LTS release while 12 is an STS release.

Please Sign in or register to post replies

Write your reply to:

Draft