Copied to clipboard

Flag this post as spam?

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


  • Ulrik Nedergaard 44 posts 175 karma points
    Apr 09, 2014 @ 00:10
    Ulrik Nedergaard
    0

    Image Cropper - can't add crop sizes

    I am using 7.1.1 and when I add an Image Cropper datatype I can't add crop sizes. Nothing happens. Checked the DB as well and nothing appears in cmsDataTypePreValues where I suppose it would appear after a succesful add.

    "Datatype saved" appears but nothing is added. Any clues anyone ? 

  • Matthew 138 posts 201 karma points
    Apr 09, 2014 @ 05:41
    Matthew
    0

    I've noticed it helps to save it as soon as you create it, before you add a crop.  I also noticed on some screens the two save buttons can overlap, and in a lot of the rest of the program the save buttons are in the upper right corner, which can all be a little confusing.  Took me a bit to get used to it.  Any chance it's just something like that?

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Apr 09, 2014 @ 08:20
    Jeavon Leopold
    0

    Yes, as Mathew said, did you click the "Save crop" button before the green "Save" button?

    Otherwise do you have any JS console errors?

  • Ulrik Nedergaard 44 posts 175 karma points
    Apr 09, 2014 @ 12:41
    Ulrik Nedergaard
    0

    Thank you both for your inputs.

    I tried what you mentioned but it didn't help

    http://screencast-o-matic.com/watch/c2fQ6AnOuk

    Javascript console says this ( angular.min.js ) :

    Error: Argument 'Umbraco.PrevalueEditors.CropSizesController' is not a function, got undefined at Error (native)

     

  • Morten Jensen 41 posts 104 karma points
    Apr 09, 2014 @ 15:52
    Morten Jensen
    0

    Same issue for me in both Safari, Firefox and Chrome (on OSX).

    Jumping from 7.0.4 to 7.1.1

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Apr 09, 2014 @ 15:58
    Jeavon Leopold
    0

    Hi Ulrik,

    Could you open \Umbraco\Js\umbraco.controllers.js and see what build date it has on the first line of the file?

    It should be like this: /*! umbraco - v7.0.0-Beta - 2014-04-08

    Jeavon

  • Ulrik Nedergaard 44 posts 175 karma points
    Apr 09, 2014 @ 16:52
    Ulrik Nedergaard
    0

    /*! umbraco - v7.0.0-Beta - 2014-02-17

    I upgraded using Nuget ( the first install was 7.0.3. After that 7.1.0 -> 7.1.1 ).

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Apr 09, 2014 @ 16:59
    Jeavon Leopold
    100

    How strange, that is exactly the same as @Jacob had in this thread

    If you have source control of some sort I would try a reinstall, in PM> Update-Package UmbracoCMS -reinstall -ProjectName TestSite

    Where TestSite is your web application project

  • Ulrik Nedergaard 44 posts 175 karma points
    Apr 09, 2014 @ 17:23
    Ulrik Nedergaard
    0

    Thanks Jeavon - now it works :)

    Did what you mentioned in Jacob's post : overwrite with "Umbraco" and "Umbraco_client" from the packages folder, and after that clear browser cache.

    Weird - I thought that this was what the nuget update process was for :o)

     

  • Jeavon Leopold 3074 posts 13632 karma points MVP 11x admin c-trib
    Apr 09, 2014 @ 17:25
    Jeavon Leopold
    0

    Ah great, I had theory about it being a execution policy issue but I'm doubting that now. Could you run this in your package manager anyway and let me know the result "Get-ExecutionPolicy". Thanks

  • Ulrik Nedergaard 44 posts 175 karma points
    Apr 09, 2014 @ 20:21
    Ulrik Nedergaard
    0

    Sure - it returned : 

    RemoteSigned

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies