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).
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
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 :)
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.
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?
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
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
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
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
Edit: for v7.1.1 it should be
/*! umbraco - v7.0.0-Beta - 2014-04-08
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
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 :)
I have a older build date /*! umbraco - v7.0.0-Beta - 2014-02-17
Hi Jacob,
Could you do a quick test for me, in Package Manager Console, type "Get-ExecutionPolicy" and post the result?
Jeavon
It says: RemoteSigned
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.
@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
Oh awesome so it's working now!?
Yes - both locally and on my server. Thanks anyway.
Great! NuGet must have spectacularly failed during the first attempt.
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
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
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
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.
Hi Bora,
How did you install Umbraco, manual or NuGet?
Thanks,
Jeavon
Hi,
i did it manually. i copied the folders twice after reverting back to 7.0.2 after the first time
Thanks
Hi Bora,
I can only think this must be a browser cache issue, have you tried a different browser?
Jeavon
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
is working on a reply...