Copied to clipboard

Flag this post as spam?

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


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

    Missing Image Cropper property editor in 7.1.1

    Hello dear Umbracoians 

    I have just upgraded a WIP site from 7.0.4 to 7.1.1 (using NuGet) to test the new upgrade. But i am missing the "Image Cropper" property editor when i try to make a new datatype.

    And i have also yet to discover the new breadcrumb (when does it show?).

    How can that happen?

    I have checked that i have the "Change document type"-feature, which also is new (when upgrading from 7.0.4).

     

    Best regards

    Jacob

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 12:06
    Jeavon Leopold
    1

    Hi Jacob,

    First of all, could you please ensure you have fully cleared your browser cache? If you are using Chrome, open developer tools, then right click on the "refresh" button and select "clear cache and hard reload".

    If that doesn't work, could you check if you have files in the following folder in your site: \umbraco\Views\propertyeditors\imagecropper

    Jeavon

  • Morten Jensen 41 posts 104 karma points
    Apr 09, 2014 @ 12:31
    Morten Jensen
    0

    Hey Jeavon

    I have tried to cleared the cache. Actually i have disabled it (in IE11).

    I have also checked that the folder \umbraco\Views\propertyeditors\imagecropper is there.

    But no luck.

    / Jacob

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 12:38
    Jeavon Leopold
    0

    Ok, 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-03

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 12:52
    Jeavon Leopold
    0

    Edit: for v7.1.1 it should be /*! umbraco - v7.0.0-Beta - 2014-04-08

  • Chris 11 posts 53 karma points
    Apr 09, 2014 @ 12:53
    Chris
    0

    I am experiencing the same problem here in my upgraded Umbraco 7.1.1.

    First line of umbraco.controllers.js is:
    /*! umbraco - v7.0.0-Beta - 2014-04-08

  • Chris 11 posts 53 karma points
    Apr 09, 2014 @ 13:13
    Chris
    1

    It seems this problem only was browser cache I my case. I spite of deleting the chrome cache, something was obviously cached. Worked excellent in my rarely used Opera browser :)

     

  • Morten Jensen 41 posts 104 karma points
    Apr 09, 2014 @ 13:48
    Morten Jensen
    0

    I have a older build date /*! umbraco - v7.0.0-Beta - 2014-02-17

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 13:59
    Jeavon Leopold
    0

    Hi Jacob,

    Could you do a quick test for me, in Package Manager Console, type "Get-ExecutionPolicy" and post the result?

    Jeavon

  • Morten Jensen 41 posts 104 karma points
    Apr 09, 2014 @ 14:07
    Morten Jensen
    0

    It says: RemoteSigned


  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 14:16
    Jeavon Leopold
    0

    Ok, that's fine, something clearly went wrong during upgrade anyway.

    If you go to \packages\UmbracoCms.7.1.1\UmbracoFiles and copy the "Umbraco" and "Umbraco_Client" folders and then overwrite into your website folder, see if that sorts it out for you.

  • Morten Jensen 41 posts 104 karma points
    Apr 09, 2014 @ 14:42
    Morten Jensen
    0

    @Jeavon i tried your suggestions but no lock.

    I have now rolled my installation back to 7.0.4 (through backup) and restarted the upgrade. Know it works :-)

    But thanks for trying.

    Best regards

    Jacob

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 15:43
    Jeavon Leopold
    0

    Oh awesome so it's working now!?

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

    Yes - both locally and on my server. Thanks anyway.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 09, 2014 @ 15:55
    Jeavon Leopold
    1

    Great! NuGet must have spectacularly failed during the first attempt.

  • Bora B 32 posts 124 karma points
    Apr 14, 2014 @ 18:15
    Bora B
    0

    I have the same issue. I have upgraded from 7.0.2 manually and did it twice but still cannot see imageCropper property.

    \Umbraco\Js\umbraco.controllers.js file seems to be OK. and the imageCropper folder under the Umbraco\views\propertyeditors exists..

    I checked with different browsers, cleared caches on multiple pcs but it does not exist...

    What can I do now?

    Thanks

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 14, 2014 @ 21:54
    Jeavon Leopold
    0

    Hi Bora,

    Welcome to Our!

    Can I check that it's in the drop down menu when creating a new data type that you're not seeing the "Image Cropper" as shown in the data type definition shown here?

    Jeavon

  • Bora B 32 posts 124 karma points
    Apr 15, 2014 @ 08:35
    Bora B
    0

    Thanks Jeavon nice to be here :)

    Yes that's correct I don't see the ImageCropper in the dropdown menu when creating a new data type.

    I see the correct version on the footer: Umbraco version 7.1.1 assembly: 1.0.5211.2237 and the other new features are available.

    Bora

  • Peter Holmsgaard 69 posts 106 karma points
    Apr 15, 2014 @ 11:09
    Peter Holmsgaard
    1

    Hey

    I had the same problem.

    Following Jeavon's advice and getting a fresh set of 7.1.1 files and copying "Umbraco", "Umbraco_Client" and "Bin" files did the trick. FYI.

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 15, 2014 @ 16:45
    Jeavon Leopold
    0

    Hi Bora,

    How did you install Umbraco, manual or NuGet?

    Thanks,

    Jeavon

  • Bora B 32 posts 124 karma points
    Apr 16, 2014 @ 13:17
    Bora B
    0

    Hi,

    i did it manually. i copied the folders twice after reverting back to 7.0.2 after the first time

    Thanks

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Apr 16, 2014 @ 18:57
    Jeavon Leopold
    0

    Hi Bora,

    I can only think this must be a browser cache issue, have you tried a different browser?

    Jeavon

  • Bora B 32 posts 124 karma points
    Apr 22, 2014 @ 14:17
    Bora B
    0

    Hi again,

    sorry for the late reply I was out of city.. I checked with another pc and like you said it is working..

    Many Thanks, Bora

Please Sign in or register to post replies

Write your reply to:

Draft