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 ?
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?
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
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 ?
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?
Yes, as Mathew said, did you click the "Save crop" button before the green "Save" button?
Otherwise do you have any JS console errors?
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)
Same issue for me in both Safari, Firefox and Chrome (on OSX).
Jumping from 7.0.4 to 7.1.1
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
/*! 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 ).
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
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)
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
Sure - it returned :
RemoteSigned
is working on a reply...